VOnAcceptCall class

A class representing the details of an accepted call event.

Constructors

VOnAcceptCall({required String roomId, required String meetId, required Map<String, dynamic> peerAnswer})
Creates a new instance of VOnAcceptCall.
const
VOnAcceptCall.fromMap(Map<String, dynamic> map)
Creates a new instance of VOnAcceptCall from a map of dynamic values.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
meetId String
The unique identifier of the call.
final
peerAnswer Map<String, dynamic>
The peer's answer to the call offer as a Map of dynamic values.
final
roomId String
The unique identifier of the room where the call took place.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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