|
Android SDK API Reference
|
Call option. More...
Public Member Functions | |
| CallOption () | |
| Constructor. | |
| String | toString () |
Public Attributes | |
| String | label |
| Label string. | |
| String | metadata |
| Meta data string. | |
| int | videoBandwidth |
| A max video bandwidth(kbps) | |
| int | audioBandwidth |
| A max audio bandwidth(kbps) | |
| String | videoCodec |
| Video Codec. More... | |
| String | audioCodec |
| Audio Codec. More... | |
Call option.
| String io.skyway.Peer.CallOption.audioCodec |
Audio Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'opus', 'ISAC', 'G722', 'PCMU', 'PCMA'
| String io.skyway.Peer.CallOption.videoCodec |
Video Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'H264', 'VP8', 'VP9''
1.8.17