Rate this page:

ConnectOptions

Configuration to establish the connection to the Voximplant Cloud.

Constructors

ConnectOptions

Copy URL
fun ConnectOptions(node: 

Node

):

Parameters

  • node:

    Node

    Node the Voximplant account belongs to.

Methods

toString

Copy URL
fun toString(): 

String

Returns

  • type:

    String

Props

gateways

Copy URL
var gateways: 

List<String>

List of server names of particular media gateways for the connection.

Returns

  • type:

    List<String>

services

Copy URL
var services: 

MobileServices

Whether the mobile device uses Google or Huawei Mobile Services.

These services affect push notifications.

Returns

node

Copy URL
var node: 

Node

Node the Voximplant account belongs to.

Returns