joinChannelSuccess property

(dynamic Function(String channel, int uid, int elapsed)?) joinChannelSuccess
final

Occurs when the local user joins a specified channel.

Implementation

final Function(String channel, int uid, int elapsed)? joinChannelSuccess;