Meeting class
Constructors
- Meeting(BuildContext context)
Properties
- activePresenterId → String?
-
no setter
- activeSpeakerId → String?
-
no setter
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- localParticipant ↔ Participant
-
getter/setter pair
-
participants
↔ Map<
String, Participant> -
getter/setter pair
- pubSub ↔ PubSub
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedMicId → String?
-
no setter
- selectedWebcamId → String?
-
no setter
Methods
-
changeWebcam(
String deviceId) → void -
disableWebcam(
) → void -
enableWebcam(
) → void -
getMics(
) → List< MediaDeviceInfo> -
getWebcams(
) → List< MediaDeviceInfo> -
handlePubSubMessage(
dynamic data) → void -
join(
) → void -
leave(
) → void -
muteMic(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
on(
Events event, Function handler) → dynamic -
setConsumerQuality(
dynamic consumerId, String quality) → void -
startLivestream(
dynamic outputs) → void -
startRecording(
String webhookUrl) → void -
stopLivestream(
) → void -
stopRecording(
) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unmuteMic(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited