JSEP class

JavaScript Session Establishment Protocol.

Annotations
  • @freezed

Constructors

JSEP({@JsonKey(name: 'sdp') required String sdp, @JsonKey(name: 'type') required String type})
const
factory
JSEP.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $JSEPCopyWith<JSEP>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdp String
Session Description Protocol information.
no setterinherited
type String
See https://rtcweb-wg.github.io/jsep/#rfc.section.4.1.8.
no setterinherited

Methods

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

Operators

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