onRoomLeft property

dynamic Function(int code, String? errMsg)? onRoomLeft
getter/setter pair

ZH

本地用户离开房间回调 @param code 0: 调用成功, 非0: 失败 @param errMsg 失败原因

EN

Callback when local user leaves room @param code 0: success, non-zero: failure @param errMsg failure reason

Implementation

Function(int code, String? errMsg)? onRoomLeft;