GroupCallParticipantVideoInfo class
Contains information about a group call participant's video channel.
- Inheritance
- Available Extensions
Constructors
-
GroupCallParticipantVideoInfo({required List<
GroupCallVideoSourceGroup> source_groups, required String endpoint_id, required bool is_paused, int? extra, int? clientId}) - Contains information about a group call participant's video channel
Properties
- clientId ↔ int?
-
TDLib client instance identifier, for which the response was received.
read / writeoverride
- endpoint_id ↔ String
-
Video channel endpoint identifier.
read / write
- extra ↔ int?
-
Request identifier. Must be non-zero.
read / writeoverride
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- is_paused ↔ bool
-
True, if the video is paused. This flag needs to be ignored, if new video frames are received.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
-
source_groups
↔ List<
GroupCallVideoSourceGroup> -
List of synchronization source groups of the video.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Object to Map serializer
override
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromMap(
Map< String, dynamic> ? _map) → GroupCallParticipantVideoInfo? -
Construct from Map.
override
Constants
- CONSTRUCTOR → const String
-
@type
"groupCallParticipantVideoInfo"