Android SDK API Reference

Public Attributes | List of all members
io.skyway.Peer.Peer.PeerEventEnum Enum Reference

Event callback type. More...

Public Attributes

 OPEN
 Connect to signaling server.
 
 OPEN_WS
 
 CONNECTION
 Data connection.
 
 CALL
 Media connection.
 
 CLOSE
 Emitted when peer.destroy() is executed. More...
 
 DISCONNECTED
 Disconnect from signaling server. More...
 
 ERROR
 Error.
 
 AUTH_EXPIRES_IN
 The authentication token is about to expire.
 

Detailed Description

Event callback type.

Member Data Documentation

◆ CLOSE

io.skyway.Peer.Peer.PeerEventEnum.CLOSE

Emitted when peer.destroy() is executed.

After this event, the connection to the signaling server, all mediaConnection and dataConnection will be disconnected and the user will be ejected from all Rooms.

◆ DISCONNECTED

io.skyway.Peer.Peer.PeerEventEnum.DISCONNECTED

Disconnect from signaling server.

Deprecated:
This event is not fired.

◆ OPEN_WS

io.skyway.Peer.Peer.PeerEventEnum.OPEN_WS