audioSubscribeStateChanged property
Occurs when the audio subscribing state changes.
Param elapseSinceLastState
The time elapsed (ms) from the previous state to the current state.
Param newState
The current subscribing status, see StreamSubscribeState for details.
Param oldState
The previous subscribing status, see StreamSubscribeState
for details.
Param channel
The channel name.
Implementation
StreamSubscribeStateCallback? audioSubscribeStateChanged;