onSelfLeft property
离开频道结果回调。
channelId频道标识符reason离开原因,参见:JRTCErrorCode错误码
Implementation
static void Function(String channelId, int reason)? onSelfLeft;
离开频道结果回调。
channelId 频道标识符reason 离开原因,参见:JRTCErrorCode错误码static void Function(String channelId, int reason)? onSelfLeft;