Using codec 101 as VP8 payload type

This commit is contained in:
WolverinDEV 2020-11-15 23:28:34 +01:00
parent e2fed64b39
commit b23655dea3

View file

@ -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;