Track Publication Failed
class TrackPublicationFailed(val room: Room, val track: Track, val participant: LocalParticipant, e: TrackException.PublishException) : RoomEvent
Error had occurred while publishing a track, for LocalParticipant only not fire for tracks that are already published
Constructors
Link copied to clipboard
constructor(room: Room, track: Track, participant: LocalParticipant, e: TrackException.PublishException)