joinChannelSuccess property Null safety
read / write
Occurs when the local user joins a specified channel.
Implementation
Function(String channel, int uid, int elapsed)? joinChannelSuccess;
Occurs when the local user joins a specified channel.
Function(String channel, int uid, int elapsed)? joinChannelSuccess;