SessionDescription class

SDP offer which can be set to a peer connection.

Constructors

SessionDescription(SessionDescriptionType type, String description)
Constructs a new SessionDescription with the provided type and SDP.
SessionDescription.fromMap(dynamic map)
Creates a SessionDescription basing on the Map received from the native side.

Properties

description String
SDP of this SessionDescription.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type SessionDescriptionType
Type of this SessionDescription.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts this model to the Map expected by Flutter.
toString() String
A string representation of this object.
inherited

Operators

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