Class: LocalAudioTrackPublication

LocalAudioTrackPublication

A LocalAudioTrackPublication is a LocalAudioTrack that has been published to a Room.


Properties:
Name Type Description
kind Track.Kind

"audio"

track LocalAudioTrack

the LocalAudioTrack

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