JanusVideoRoom class

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?
no setter
audiocodec String?
no setter
audioLevelAverage int?
no setter
audiolevelEvent bool?
no setter
audiolevelExt bool?
no setter
bitrate int?
no setter
bitrateCap int?
no setter
description String?
no setter
firFreq int?
no setter
hashCode int
The hash code for this object.
no setterinherited
isPrivate bool?
no setter
lockRecord bool?
no setter
maxPublishers int?
no setter
notifyJoining bool?
no setter
numParticipants int?
no setter
opusFec bool?
no setter
pinRequired bool?
no setter
playoutdelayExt bool?
no setter
recDir String?
no setter
record bool?
no setter
requireE2ee bool?
no setter
requirePvtid bool?
no setter
room int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transportWideCcExt bool?
no setter
videocodec String?
no setter
videoorientExt bool?
no setter
videoSvc bool?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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