Android SDK API Reference

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

Answer option. More...

Public Attributes

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

Answer option.

Member Data Documentation

◆ audioCodec

String io.skyway.Peer.AnswerOption.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.AnswerOption.videoCodec

Video Codec.

The supported codecs are different depending on the device model.
The following values are possible. 'H264', 'VP8', 'VP9''