joinChannelSuccess property

UidWithElapsedCallback? joinChannelSuccess
getter/setter pair

Occurs when the local user joins a specified channel.

If the uid is not specified when calling RtcChannel.joinChannel, the server automatically assigns a uid.

The UidWithElapsedCallback typedef includes the following parameters:

Implementation

UidWithElapsedCallback? joinChannelSuccess;