im.zego.zegoexpress.constants.ZegoPublisherState
Publish stream status.
Declared in
constants/ZegoPublisherState.java
Public-Attrib Lists
Public-Func Lists
Public-Static-Func Lists
Public-Attrib Docs
NO_PUBLISH
public NO_PUBLISH
()
Initial: NO_PUBLISH =(0)
The state is not published, and it is in this state before publishing the stream.
PUBLISH_REQUESTING
public PUBLISH_REQUESTING
()
Initial: PUBLISH_REQUESTING =(1)
The state that it is requesting to publish the stream.
PUBLISHING
public PUBLISHING
()
Initial: PUBLISHING =(2)
The state that the stream is being published, entering the state indicates that the stream has been successfully published, and the user can communicate normally.
Public-Func Docs
value
public int value
()
Public-Static-Func Docs
getZegoPublisherState
public ZegoPublisherState getZegoPublisherState
(int
value)