SignalingDevice.off() Overload 1
DESCRIPTION
Remove listener for connection state changes.
DECLARATION
off(target: "connectionstatechange", f: () => void): void
PARAMETERS
target:
- should be "connectionstatechange".
f:
- the callback function to remove.
Overload 2
DESCRIPTION
Remove a connection reconnect listener.
DECLARATION
off(target: "connectionreconnect", f: () => void): void
PARAMETERS
target:
- should be "connectionreconnect".
f:
- the callback function to remove.
Overload 3
DESCRIPTION
Remove listener for error events.
DECLARATION
off(target: "error", f: (error: unknown) => void): void
PARAMETERS
target:
- should be "error".
f:
- the callback function to remove.