Agora Interactive Whiteboard Java API Reference
Public Attributes | List of all members
com.herewhite.sdk.domain.RoomPhase Enum Reference

Public Attributes

 connecting
 
 connected
 
 reconnecting
 
 disconnecting
 
 disconnected
 

Detailed Description

The connection state of the room.

Member Data Documentation

◆ connecting

com.herewhite.sdk.domain.RoomPhase.connecting

The SDK is connecting to the room on the Interactive Whiteboard server.

◆ connected

com.herewhite.sdk.domain.RoomPhase.connected

The SDK is connected to the room on the Interactive Whiteboard server.

◆ reconnecting

com.herewhite.sdk.domain.RoomPhase.reconnecting

The SDK is reconnecting to the room on the Interactive Whiteboard server.

◆ disconnecting

com.herewhite.sdk.domain.RoomPhase.disconnecting

The SDK is disconnecting from the room on the Interactive Whiteboard server.

◆ disconnected

com.herewhite.sdk.domain.RoomPhase.disconnected

The SDK is disconnected from the room on the Interactive Whiteboard server.