GroupCallVideoSourceGroup class
Constructors
-
GroupCallVideoSourceGroup({required String semantics, required List<
int> sourceIds}) -
Describes a group of video synchronization source identifiers
const
-
GroupCallVideoSourceGroup.fromJson(Map<
String, dynamic> json) -
Parse from a json
factory
Properties
- clientId → int?
-
client identifier
no setterinherited
- extra → dynamic
-
callback sign
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- semantics → String
-
semantics The semantics of sources, one of "SIM" or "FgroupCallVideoSourceGroup"
final
-
sourceIds
→ List<
int> -
sourceIds The list of synchronization source identifiers
final
Methods
-
copyWith(
{String? semantics, List< int> ? sourceIds}) → GroupCallVideoSourceGroup -
getConstructor(
) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
[dynamic extra]) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- CONSTRUCTOR → const String