Properties bandwidth Estimation Changed bandwidth Estimation Changed : ( ( estimation ) => void )
Type declaration ( estimation ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:215 connected connected : ( ( endpointId , otherEndpoints ) => void )
Type declaration ( endpointId , otherEndpoints ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:148 connection Error connection Error : ( ( error ) => void )
Type declaration ( error ) : void Parameters error : { event : Event ; message : string ; } Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:190 disconnect Requested disconnect Requested : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:228 disconnected disconnected : ( ( ) => void )
Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:152 endpoint Added endpoint Added : ( ( endpoint ) => void )
Type declaration ( endpoint ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:178 endpoint Removed endpoint Removed : ( ( endpoint ) => void )
Type declaration ( endpoint ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:182 endpoint Updated endpoint Updated : ( ( endpoint ) => void )
Type declaration ( endpoint ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:186 local Endpoint Metadata Changed local Endpoint Metadata Changed : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:268 local Track Added local Track Added : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:229 local Track Bandwidth Set local Track Bandwidth Set : ( ( event ) => void )
Type declaration ( event ) : void Parameters event : { bandwidth : number ; trackId : string ; } bandwidth : number track Id : string Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:251 local Track Encoding Bandwidth Set local Track Encoding Bandwidth Set : ( ( event ) => void )
Type declaration ( event ) : void Parameters event : { bandwidth : number ; rid : string ; trackId : string ; } bandwidth : number rid : string track Id : string Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:255 local Track Encoding Disabled local Track Encoding Disabled : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:264 local Track Encoding Enabled local Track Encoding Enabled : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:260 local Track Metadata Changed local Track Metadata Changed : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:271 local Track Muted local Track Muted : ( ( event ) => void )
Type declaration ( event ) : void Parameters event : { trackId : string ; } Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:245 local Track Removed local Track Removed : ( ( event ) => void )
Type declaration ( event ) : void Parameters event : { trackId : string ; } Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:237 local Track Replaced local Track Replaced : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:240 local Track Unmuted local Track Unmuted : ( ( event ) => void )
Type declaration ( event ) : void Parameters event : { trackId : string ; } Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:248 send Media Event send Media Event : ( ( mediaEvent ) => void )
Type declaration ( mediaEvent ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:144 signaling Error signaling Error : ( ( error ) => void )
Type declaration ( error ) : void Parameters error : { message : string ; } Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:197 target Track Encoding Requested target Track Encoding Requested : ( ( event ) => void )
Type declaration ( event ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:224 track Added track Added : ( ( ctx ) => void )
Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:164 track Encoding Disabled track Encoding Disabled : ( ( context , encoding ) => void )
Type declaration ( context , encoding ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:219 track Encoding Enabled track Encoding Enabled : ( ( context , encoding ) => void )
Type declaration ( context , encoding ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:223 track Ready track Ready : ( ( ctx ) => void )
Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:159 track Removed track Removed : ( ( ctx ) => void )
Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:170 track Updated track Updated : ( ( ctx ) => void )
Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:174 tracks Priority Changed tracks Priority Changed : ( ( enabledTracks , disabledTracks ) => void )
Type declaration ( enabledTracks , disabledTracks ) : void Returns void Defined in node_modules/@fishjam-dev/ts-client/dist/src/webrtc/types.d.ts:208
Events emitted by the WebRTCEndpoint instance.