Update H264 Default Payload type

Short term fix, we need to update examples and show how you should probe
offer when deciding your payload type
This commit is contained in:
Sean DuBois
2019-04-10 01:29:57 -07:00
parent 7f6c01d5bc
commit 40f5b9459b

View File

@@ -17,7 +17,7 @@ const (
DefaultPayloadTypeOpus = 111
DefaultPayloadTypeVP8 = 96
DefaultPayloadTypeVP9 = 98
DefaultPayloadTypeH264 = 100
DefaultPayloadTypeH264 = 102
)
// MediaEngine defines the codecs supported by a PeerConnection