joinChannelSuccess property
read / write
加入频道回调。
表示客户端已经登入服务器,且分配了频道 ID 和用户 ID。频道 ID 的分配是 根据 RtcEngine.joinChannel 方法中指定的频道名称。如果调用 RtcEngine.joinChannel 时并未指定用户 ID,服务器就会分配一个。
UidWithElapsedAndChannelCallback
包含如下参数:
- String
channel
:频道名。 - int
uid
:用户 ID。 - int
elapsed
:从 RtcEngine.joinChannel 开始到发生此事件过去的时间(毫秒)。
Implementation
UidWithElapsedAndChannelCallback joinChannelSuccess