CreateRealtimeCallResponse class
Result of POST /v1/realtime/calls
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