joinChannelSuccess property

UidWithElapsedAndChannelCallback? joinChannelSuccess
getter/setter pair

Occurs when a user joins a channel. This callback notifies the application that a user joins a specified channel.

Param channel The name of the channel.

Param uid The ID of the user who joins the channel.

Param elapsed The time elapsed (ms) from the local user calling joinChannel until the SDK triggers this callback.

Implementation

UidWithElapsedAndChannelCallback? joinChannelSuccess;