CreateRealtimeCallResponse class

Result of POST /v1/realtime/calls

  • sdpAnswer is the raw SDP answer returned in the response body.
  • callId (if available) is parsed from the Location header, which the server sets to /v1/realtime/calls/<call_id>.

Constructors

CreateRealtimeCallResponse.new({required String sdpAnswer, String? callId, Uri? location})

Properties

callId String?
Unique call ID (parsed from the Location response header), if present.
final
hashCode int
The hash code for this object.
no setterinherited
location Uri?
The full Location header as a URI, if present.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdpAnswer String
The SDP answer returned by the server.
final

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