LocalTrackPublication

class LocalTrackPublication(info: <Error class: unknown class>, track: Track, participant: LocalParticipant, val options: TrackPublishOptions) : TrackPublication

Constructors

Link copied to clipboard
constructor(info: <Error class: unknown class>, track: Track, participant: LocalParticipant, options: TrackPublishOptions)

Properties

Link copied to clipboard
Link copied to clipboard
open val encryptionType: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override var muted: Boolean

Mute or unmute the current track. Muting the track would stop audio or video from being transmitted to the server, and notify other participants in the room.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var sid: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@FlowObservable
@get:FlowObservable
open var track: Track?

Functions

Link copied to clipboard
fun updateFromInfo(info: <Error class: unknown class>)