joinChannelSuccess property

UidWithElapsedAndChannelCallback? joinChannelSuccess
getter/setter pair

Occurs when the local user joins a specified channel.

The channel name assignment is based on channelName specified in the RtcEngine.joinChannel method.

If the uid is not specified when RtcEngine.joinChannel is called, the server automatically assigns a uid.

The UidWithElapsedAndChannelCallback typedef includes the following parameters:

Implementation

UidWithElapsedAndChannelCallback? joinChannelSuccess;