videoSubscribeStateChanged property

StreamSubscribeStateCallback? videoSubscribeStateChanged
getter/setter pair

Occurs when the video subscribing state changes.

Param channel The name of the channel.

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? videoSubscribeStateChanged;