public static interface Channel.ChannelStatusListener
| Modifier and Type | Method and Description |
|---|---|
void |
onJoinStatusChanged(Channel.State status)
Triggered when the join channel's joining state is changed.
|
void |
onStreamInfoUpdated(RxStreamInfo stream,
Stream.State status)
Triggered when a new stream is opened/closed.
|
void onJoinStatusChanged(Channel.State status)
status - The status of the join requestvoid onStreamInfoUpdated(RxStreamInfo stream, Stream.State status)
stream - The stream data container for starting and listening to the datastatus - The status of the given stream