Voximplant class

The entry point of the Voximplant Flutter SDK.

Constructors

Voximplant()
factory
Voximplant.private()

Properties

audioDeviceManager VIAudioDeviceManager
Get VIAudioDeviceManager instance to control audio hardware settings
no setter
cameraManager VICameraManager
Get VICameraManager instance to control camera hardware settings
no setter
hashCode int
The hash code for this object.
no setterinherited
logListener VILogListener?
getter/setter pair
messenger VIMessenger
Get VIMessenger instance of messaging subsystem
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getClient([VIClientConfig? clientConfig]) VIClient
Get VIClient instance to connect and login to the Voximplant Cloud, make and receive calls
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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