UpdateMediaResponse class

A response to an updateMedia modify request containing the new remote SDP for ICE renegotiation

action the action type, should be "updateMedia" callID the unique UUID of the call being renegotiated sdp the new remote Session Description Protocol for ICE restart sessid the session ID for the call holdState the hold state of the call (e.g., "active")

Constructors

UpdateMediaResponse({required String action, required String callID, required String sdp, String? sessid, String? holdState})
UpdateMediaResponse.fromJson(Map<String, dynamic> json)
Creates an UpdateMediaResponse from a JSON map
factory

Properties

action String
final
callID String
final
hashCode int
The hash code for this object.
no setterinherited
holdState String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdp String
final
sessid String?
final

Methods

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

Operators

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