Class: LocalVideoTrackPublication

LocalVideoTrackPublication

A LocalVideoTrackPublication is a LocalVideoTrack that has been published to a Room.


Properties:
Name Type Description
kind Track.Kind

"video"

track LocalVideoTrack

the LocalVideoTrack

Extends

Members


isTrackEnabled

Whether the published LocalTrack is enabled

Properties:
Type Description
boolean
Inherited From:

Methods


unpublish()

Unpublish a LocalTrackPublication. This means that the media from this LocalTrackPublication is no longer available to the Room's RemoteParticipants.

Inherited From:
Returns:
Type
this