namespace webrtc { // Determines if and how the SDP was modified.
SdpMungingType DetermineSdpMungingType( const SessionDescriptionInterface* sdesc, const SessionDescriptionInterface* last_created_desc);
// Determines if the ICE ufrag or pwd of the SDP were modified. bool HasUfragSdpMunging(const SessionDescriptionInterface* sdesc, const SessionDescriptionInterface* last_created_desc);
// Determines if SDP munging is allowed. This is determined based on the field // trials WebRTC-NoSdpMangle and WebRTC-NoSdpMangleForTesting. bool IsSdpMungingAllowed(SdpMungingType sdp_munging_type, const FieldTrialsView& trials);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.