audioSubscribeStateChanged property

StreamSubscribeStateCallback? audioSubscribeStateChanged
getter/setter pair

Occurs when the audio subscribing state changes.

Param channel The name of the channel.

Param uid The ID of the remote user.

Param oldState The previous subscribing status, see StreamSubscribeState for details.

Param newState The current subscribing status, see StreamSubscribeState for details.

Param elapseSinceLastState The time elapsed (ms) from the previous state to the current state.

Implementation

StreamSubscribeStateCallback? audioSubscribeStateChanged;