Properties auth Error auth Error : ( ( reason , client ) => void )
Type declaration ( reason , client ) : void Parameters reason : "missing token" | "invalid token" | "expired token" | "room not found" | "peer not found" client : ClientApi < PeerMetadata , TrackMetadata > Returns void auth Success auth Success : ( ( client ) => void )
Type declaration ( client ) : void Returns void bandwidth Estimation Changed bandwidth Estimation Changed : ( ( estimation , client ) => void )
Type declaration ( estimation , client ) : void Returns void component Added component Added : ( ( peer , client ) => void )
Type declaration ( peer , client ) : void Returns void component Removed component Removed : ( ( peer , client ) => void )
Type declaration ( peer , client ) : void Returns void component Updated component Updated : ( ( peer , client ) => void )
Type declaration ( peer , client ) : void Returns void connection Error connection Error : ( ( error , client ) => void )
Type declaration ( error , client ) : void Returns void device Disabled device Disabled : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void device Enabled device Enabled : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void device Ready device Ready : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void device Stopped device Stopped : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void devices Ready devices Ready : ( ( event , client ) => void )
Type declaration ( event , client ) : void Parameters event : { audio : DeviceState & { restarted : boolean ; } ; video : DeviceState & { restarted : boolean ; } ; } & { mediaDeviceType : MediaDeviceType ; } client : ClientApi < PeerMetadata , TrackMetadata > Returns void devices Started devices Started : ( ( event , client ) => void )
Type declaration ( event , client ) : void Parameters event : { audio ?: DeviceState & { constraints ?: string | boolean ; restarting : boolean ; } ; video ?: DeviceState & { constraints ?: string | boolean ; restarting : boolean ; } ; } & { mediaDeviceType : MediaDeviceType ; } client : ClientApi < PeerMetadata , TrackMetadata > Returns void disconnect Requested disconnect Requested : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void disconnected disconnected : ( ( client ) => void )
Type declaration ( client ) : void Returns void encoding Changed encoding Changed : ( ( context , client ) => void )
Type declaration ( context , client ) : void Returns void error error : ( ( arg , client ) => void )
Type declaration ( arg , client ) : void Returns void join Error join Error : ( ( metadata , client ) => void )
Type declaration ( metadata , client ) : void Returns void joined joined : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Endpoint Metadata Changed local Endpoint Metadata Changed : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Added local Track Added : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Bandwidth Set local Track Bandwidth Set : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Encoding Bandwidth Set local Track Encoding Bandwidth Set : ( ( event , client ) => void )
Type declaration ( event , client ) : void Parameters event : { bandwidth : number ; rid : string ; trackId : string ; } bandwidth : number rid : string track Id : string client : ClientApi < PeerMetadata , TrackMetadata > Returns void local Track Encoding Disabled local Track Encoding Disabled : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Encoding Enabled local Track Encoding Enabled : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Metadata Changed local Track Metadata Changed : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Muted local Track Muted : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Removed local Track Removed : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Replaced local Track Replaced : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void local Track Unmuted local Track Unmuted : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void manager Initialized manager Initialized : ( ( event , client ) => void )
Type declaration ( event , client ) : void Parameters event : { audio ?: DeviceState ; mediaDeviceType : MediaDeviceType ; video ?: DeviceState ; } Optional
audio ?: DeviceState media Device Type : MediaDeviceType Optional
video ?: DeviceState client : ClientApi < PeerMetadata , TrackMetadata > Returns void manager Started manager Started : ( ( event , client ) => void )
Type declaration ( event , client ) : void Parameters event : { audio ?: DeviceState ; video ?: DeviceState ; } & { mediaDeviceType : MediaDeviceType ; } client : ClientApi < PeerMetadata , TrackMetadata > Returns void peer Joined peer Joined : ( ( peer , client ) => void )
Type declaration ( peer , client ) : void Returns void peer Left peer Left : ( ( peer , client ) => void )
Type declaration ( peer , client ) : void Returns void peer Updated peer Updated : ( ( peer , client ) => void )
Type declaration ( peer , client ) : void Returns void reconnected reconnected : ( ( client ) => void )
Type declaration ( client ) : void Returns void reconnection Retries Limit Reached reconnection Retries Limit Reached : ( ( client ) => void )
Type declaration ( client ) : void Returns void reconnection Started reconnection Started : ( ( client ) => void )
Type declaration ( client ) : void Returns void socket Close socket Close : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void socket Error socket Error : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void socket Open socket Open : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void target Track Encoding Requested target Track Encoding Requested : ( ( event , client ) => void )
Type declaration ( event , client ) : void Returns void track Added track Added : ( ( ctx , client ) => void )
Type declaration ( ctx , client ) : void Returns void track Ready track Ready : ( ( ctx , client ) => void )
Type declaration ( ctx , client ) : void Returns void track Removed track Removed : ( ( ctx , client ) => void )
Type declaration ( ctx , client ) : void Returns void track Updated track Updated : ( ( ctx , client ) => void )
Type declaration ( ctx , client ) : void Returns void voice Activity Changed voice Activity Changed : ( ( context , client ) => void )
Type declaration ( context , client ) : void Returns void
Emitted when authentication fails