Listen for someone joining the channel.
@override void joining(Function callback) => on('pusher:member_added', callback);