Using codec 101 as VP8 payload type
This commit is contained in:
parent
e2fed64b39
commit
b23655dea3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ interface SdpCodec {
|
|||
/* These MUST be the payloads used by the remote as well */
|
||||
const OPUS_VOICE_PAYLOAD_TYPE = 111;
|
||||
const OPUS_MUSIC_PAYLOAD_TYPE = 112;
|
||||
const VP8_PAYLOAD_TYPE = 122; /* Using 122 for testing purposes */ //96;
|
||||
const VP8_PAYLOAD_TYPE = 101;
|
||||
|
||||
type SdpMedia = {
|
||||
type: string;
|
||||
|
|
Loading…
Add table
Reference in a new issue