ChatCallCredentials class

One-time secret credentials to authenticate a ChatCall with on a media server.

Constructors

ChatCallCredentials(String val)
ChatCallCredentials.fromJson(String val)
Constructs the ChatCallCredentials from the provided val.
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
val String
Actual value of these ChatCallCredentials.
final

Methods

copyWith({String? val}) ChatCallCredentials
Returns a copy of these ChatCallCredentials with the given val.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Returns a String representing these ChatCallCredentials.
toString() String
A string representation of this object.
override

Operators

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