Android SDK API Reference

Public Member Functions | Public Attributes | List of all members
io.skyway.Peer.CallOption Class 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...
 

Detailed Description

Call option.

Member Data Documentation

◆ audioCodec

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'

◆ videoCodec

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