Protected
Readonly
_idPrivate
_purposeProtected
_streamProtected
_tracksProtected
Optional
callProtected
clientReadonly
connectedReadonly
isReadonly
isProtected
Optional
roomPrivate
hasRest
...args: Parameters<EventHandlerMap[T]>Rest
...args: Parameters<EventHandlerMap[T]>Returns callRoom member
member of the callRoom
Optional
event: EventEmitterEvents | CallFeedEventSet one or both of feed's internal audio and video video mute state Either value may be null to leave it as-is
is the feed's audio muted?
is the feed's video muted?
Protected
startProtected
updateGenerated using TypeDoc
Typed Event Emitter class which can act as a Base Model for all our model and communication events. This makes it much easier for us to distinguish between events, as we now need to properly type this, so that our events are not stringly-based and prone to silly typos.