videoPublishStateChanged property

StreamPublishStateCallback? videoPublishStateChanged
getter/setter pair

Occurs when the video publishing state changes.

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

Param newState For the current publishing state, see StreamPublishState.

Param oldState For the previous publishing state, see StreamPublishState .

Implementation

StreamPublishStateCallback? videoPublishStateChanged;