im.zego.zegoexpress.constants.ZegoRoomState

Room state.

Declared in constants/ZegoRoomState.java

Public-Attrib Lists

  • DISCONNECTED - Unconnected state, enter this state before logging in and after exiting the room.
  • CONNECTING - The state that the connection is being requested.
  • CONNECTED - The status that is successfully connected.

Public-Func Lists

Public-Static-Func Lists

Public-Attrib Docs

DISCONNECTED

public DISCONNECTED ()

Initial: DISCONNECTED =(0)

Unconnected state, enter this state before logging in and after exiting the room.

CONNECTING

public CONNECTING ()

Initial: CONNECTING =(1)

The state that the connection is being requested.

CONNECTED

public CONNECTED ()

Initial: CONNECTED =(2)

The status that is successfully connected.

Public-Func Docs

value

public int value ()

Public-Static-Func Docs

getZegoRoomState

public ZegoRoomState getZegoRoomState (int value)