LOCAL_VIDEO_STREAM_STATE
The state of the local video stream.
Enumerations
- LOCAL_VIDEO_STREAM_STATE_STOPPED
- (0): The local video is in the initial state.
- LOCAL_VIDEO_STREAM_STATE_CAPTURING
- (1): The local video capturing device started successfully. When startScreenCaptureByWindowId is called to share a maximized window, the SDK also reports this state.
- LOCAL_VIDEO_STREAM_STATE_ENCODING
- (2): The first video frame is encoded successfully.
- LOCAL_VIDEO_STREAM_STATE_FAILED
- (3): Failed to start local video.