DyteLocalUserApi class abstract

Constructors

DyteLocalUserApi()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disableAudio() Future<void>
disableScreenshare() → void
disableVideo() Future<void>
enableAudio() Future<void>
enableScreenshare() → void
enableVideo() Future<void>
getAudioDevices() Future<List<DyteAudioDevice>>
getSelectedAudioDevice() Future<DyteAudioDevice?>
getSelectedVideoDevice() Future<DyteVideoDevice?>
getVideoDevices() Future<List<DyteVideoDevice>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setAudioDevice(DyteAudioDevice device) Future<void>
setDisplayName(String name) Future<void>
setVideoDevice(DyteVideoDevice device) Future<void>
switchCamera() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited