Private
_connectedPrivate
_disposedPrivate
Optional
analyserPrivate
Optional
audioPrivate
audioPrivate
Optional
callPrivate
clientReadonly
devicePrivate
Optional
frequencyPrivate
localPrivate
measuringPrivate
Optional
roomPrivate
speakingPrivate
speakingPrivate
videoPrivate
Optional
volumePrivate
hasRest
...args: Parameters<EventHandlerMap[T]>Rest
...args: Parameters<EventHandlerMap[T]>Returns callRoom member
member of the callRoom
Private
initPrivate
onPrivate
onOptional
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?
Replaces the current MediaStream with a new one. The stream will be different and new stream as remote parties are concerned, but this can be used for convenience locally to set up volume listeners automatically on the new stream etc.
new stream with which to replace the current one
Private
updatePrivate
volumeGenerated 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.