onOtherLeft property

void Function(String channelId, UserInfo userInfo)? onOtherLeft
getter/setter pair

成员离开回调。

  • channelId 频道标识符
  • userInfo 成员信息,详细定义见UserInfo

Implementation

static void Function(String channelId, UserInfo userInfo)? onOtherLeft;