dial

abstract fun dial(    dialString: String,     option: MediaOption,     callback: CompletionHandler<Call>)

Makes a call to an intended recipient on behalf of the authenticated user

Return

callId an identifier for call Note: returns CannotStartInstantMeeting error if room-id of a non 1:1 space is passed for dialString.

Since

0.1

Parameters

dialString

Can be one of Meeting link, meeting number, sip uri, email address and room-ids for 1:1 spaces.

option

Data type that represents the media options of a Call

callback

A closure to be executed when completed.