SdpUtils class

Utility class for Session Description Protocol (SDP) manipulation.

Constructors

SdpUtils()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

addTrickleIceCapability(String sdp, bool useTrickleIce) String
Adds trickle ICE capability to an SDP if not already present. This adds "a=ice-options:trickle" at the session level after the origin (o=) line.
hasTrickleIceCapability(String sdp) bool
Checks if an SDP contains trickle ICE capability.
removeIceCandidatesFromSdp(String sdp) String
Removes ICE candidates from SDP for trickle ICE