JanusVideoRoom class Null safety
room : 1234
description : "
Constructors
- JanusVideoRoom({dynamic room, String? description, bool? pinRequired, bool? isPrivate, int? maxPublishers, int? bitrate, int? bitrateCap, int? firFreq, bool? requirePvtid, bool? requireE2ee, bool? notifyJoining, String? audiocodec, String? videocodec, bool? opusFec, bool? videoSvc, bool? record, String? recDir, bool? lockRecord, int? numParticipants, bool? audiolevelExt, bool? audiolevelEvent, int? audioActivePackets, int? audioLevelAverage, bool? videoorientExt, bool? playoutdelayExt, bool? transportWideCcExt})
- JanusVideoRoom.fromJson(dynamic json)
Properties
- audioActivePackets → int?
-
read-only
- audiocodec → String?
-
read-only
- audioLevelAverage → int?
-
read-only
- audiolevelEvent → bool?
-
read-only
- audiolevelExt → bool?
-
read-only
- bitrate → int?
-
read-only
- bitrateCap → int?
-
read-only
- description → String?
-
read-only
- firFreq → int?
-
read-only
- hashCode → int
-
The hash code for this object.
read-only, inherited
- isPrivate → bool?
-
read-only
- lockRecord → bool?
-
read-only
- maxPublishers → int?
-
read-only
- notifyJoining → bool?
-
read-only
- numParticipants → int?
-
read-only
- opusFec → bool?
-
read-only
- pinRequired → bool?
-
read-only
- playoutdelayExt → bool?
-
read-only
- recDir → String?
-
read-only
- record → bool?
-
read-only
- requireE2ee → bool?
-
read-only
- requirePvtid → bool?
-
read-only
- room → int?
-
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- transportWideCcExt → bool?
-
read-only
- videocodec → String?
-
read-only
- videoorientExt → bool?
-
read-only
- videoSvc → bool?
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited