Rate this page:

Voximplant

The entry point of the Voximplant Flutter SDK.

Constructors

Voximplant

Copy URL

Props

audioDeviceManager

Copy URL

VIAudioDeviceManager

audioDeviceManager

Get VIAudioDeviceManager instance to control audio hardware settings

cameraManager

Copy URL

VICameraManager

cameraManager

Get VICameraManager instance to control camera hardware settings

Returns

logListener

Copy URL

VILogListener?

logListener

Returns

messenger

Copy URL

VIMessenger

messenger

Get VIMessenger instance of messaging subsystem

Returns

Methods

getClient

Copy URL

VIClient

getClient([

VIClientConfig?

clientConfig]
)

Get VIClient instance to connect and login to the Voximplant Cloud, make and receive calls

Parameters

  • clientConfig:

    VIClientConfig?

    Optional

    Configuration for VIClient instance

Returns