onDisconnectOtherRoom property
final
Result of ending cross-room call
- Parameters:
- errCode(int):
- Error code. For more information, please see Error Codes.
- errMsg(String):
- Error message.
- errCode(int):
Implementation
final void Function(int errCode, String errMsg)? onDisconnectOtherRoom;