JanusVideoRoom class Null safety

room : 1234 description : "" pin_required : false is_private : false max_publishers : 20 bitrate : 12444 bitrate_cap : 3 fir_freq : 35 require_pvtid : false require_e2ee : false notify_joining : false audiocodec : "" videocodec : "" opus_fec : false video_svc : false record : false rec_dir : "" lock_record : false num_participants : 20 audiolevel_ext : false audiolevel_event : true audio_active_packets : 200 audio_level_average : 200 videoorient_ext : false playoutdelay_ext : false transport_wide_cc_ext : false

Constructors

JanusVideoRoom({int? 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