videoSubscribeStateChanged property

StreamSubscribeStateCallback? videoSubscribeStateChanged
getter/setter pair

Occurs when the video 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 uid The ID of the remote user.

Implementation

StreamSubscribeStateCallback? videoSubscribeStateChanged;