public interface RTSData
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccount()
Get the peer account
The method is valid for one-to-one calls
|
long |
getChannelId()
Get the channel ID assigned by the server
|
java.lang.String |
getExtra()
Get the exta info from the sender
|
java.lang.String |
getLocalSessionId()
Get the ID of a local session
|
long |
getTimeTag()
Get the timestamp of the current event
|
java.util.List<RTSTunnelType> |
getTunnelTypes()
Get the channel types
|
java.lang.String getLocalSessionId()
long getChannelId()
java.lang.String getAccount()
java.util.List<RTSTunnelType> getTunnelTypes()
java.lang.String getExtra()
long getTimeTag()