error property
ErrorCallback?
error
getter/setter pair
Reports the error code of the RtcChannel instance.
The ErrorCallback typedef includes the following parameter:
- ErrorCode
err: Error code.
Implementation
ErrorCallback? error;