onSelfLeft property

void Function(String channelId, int reason)? onSelfLeft
getter/setter pair

离开频道结果回调。

  • channelId 频道标识符
  • reason 离开原因,参见:JRTCErrorCode错误码

Implementation

static void Function(String channelId, int reason)? onSelfLeft;