|
Android SDK API Reference
|
initialize option class. More...
Public Member Functions | |
| PeerOption () | |
| The Constructor. | |
Public Attributes | |
| Peer.PeerTypeEnum | type |
| Type of the PeerServer. More... | |
| String | key |
| Server access key. | |
| String | host |
| PeerServer host. | |
| int | port |
| PeerServer port. | |
| String | path |
| The path where your self-hosted PeerServer is running. More... | |
| boolean | secure |
| Set to true if you're using SSL. | |
| ArrayList< IceConfig > | config |
| ICE servers. | |
| Peer.DebugLevelEnum | debug |
| Output debug level. | |
| String | domain |
| Origin URL. | |
| boolean | turn |
| Using SkyWay TURN server. | |
| boolean | vp8hwcodec |
| From now on, please use \ a hwcodec. More... | |
| boolean | hwcodec |
| Set to true to use terminal hardware codec. More... | |
| boolean | opensles |
| Set to true when using OpenSL / ES. More... | |
| boolean | tryReconnectMedia |
| Set the value to true to try to reconnect automatically when the media connection with the other side is lost. More... | |
| boolean | tryReconnectData |
| Set the value to true to try to reconnect automatically when the data connection with the other side is lost. More... | |
| PeerCredential | credential |
initialize option class.
| boolean io.skyway.Peer.PeerOption.hwcodec |
Set to true to use terminal hardware codec.
The default is true. For this parameter, only the value set first after the application is activated is valid.
| boolean io.skyway.Peer.PeerOption.opensles |
Set to true when using OpenSL / ES.
The default is true.
| String io.skyway.Peer.PeerOption.path |
The path where your self-hosted PeerServer is running.
| boolean io.skyway.Peer.PeerOption.tryReconnectData |
Set the value to true to try to reconnect automatically when the data connection with the other side is lost.
The default value is false.
| boolean io.skyway.Peer.PeerOption.tryReconnectMedia |
Set the value to true to try to reconnect automatically when the media connection with the other side is lost.
The default value is false.
| Peer.PeerTypeEnum io.skyway.Peer.PeerOption.type |
Type of the PeerServer.
| boolean io.skyway.Peer.PeerOption.vp8hwcodec |
From now on, please use \ a hwcodec.
1.8.17