Fixed Firefox WebRTC support through temporary hack
This commit is contained in:
parent
75559a367b
commit
a8305396a2
2 changed files with 13 additions and 1 deletions
|
@ -131,6 +131,7 @@ namespace SDP{
|
|||
bool supportsRTCPMux; ///< From `a=rtcp-mux`, indicates if it can mux RTP and RTCP on one
|
||||
///< transport channel.
|
||||
bool supportsRTCPReducedSize; ///< From `a=rtcp-rsize`, reduced size RTCP packets.
|
||||
std::set<std::string> extmap;
|
||||
std::string payloadTypes; ///< From `m=` line, all the payload types as string, separated by space.
|
||||
std::map<uint64_t, MediaFormat> formats; ///< Formats indexed by payload type. Payload type is the number in the <fmt>
|
||||
///< field(s) from the `m=` line.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue