| java.lang.Object | |
| ↳ | com.nexmo.sdk.conversation.client.audio.AppRTCClient.SignalingParameters |
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final List<IceCandidate> | iceCandidates | ||||||||||
| public final boolean | initiator | ||||||||||
| public final SessionDescription | offerSdp | ||||||||||
| public final List<IceServer> | turnServers | ||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SignalingParameters(List<IceServer> turnServers, boolean initiator, SessionDescription offerSdp, List<IceCandidate> iceCandidates) | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||