Android SDK API Reference
|
Classes | |
enum | RoomModeEnum |
Room mode enumerator. More... | |
Public Attributes | |
RoomModeEnum | mode |
Room mode. | |
MediaStream | stream |
User's medias stream to send other participants. | |
int | videoBandwidth |
A max video bandwidth(kbps) | |
int | audioBandwidth |
A max audio bandwidth(kbps) | |
String | videoCodec |
Video Codec. More... | |
String | audioCodec |
Audio Codec. More... | |
Room Options.
String io.skyway.Peer.RoomOption.audioCodec |
Audio Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'opus', 'ISAC', 'G722', 'PCMU', 'PCMA' Only available when mode is 'mesh'.
String io.skyway.Peer.RoomOption.videoCodec |
Video Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'H264', 'VP8', 'VP9' Only available when mode is 'mesh'.