Android SDK API Reference

Classes | Public Attributes | List of all members
io.skyway.Peer.RoomOption Class Reference

Room Options. More...

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...
 

Detailed Description

Room Options.

Member Data Documentation

◆ audioCodec

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'.

◆ videoCodec

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'.