createdAttendedConference

fun createdAttendedConference(callee: String, currentConference: Conference): Single<Conference>

Starts a new attended transfer to the specified callee.

Return

A single that will emit the created conference when the request is processed. In case of error, it will emit a ConferenceError.

Parameters

callee

String who is the target user you want to transfer.

currentConference

current conference, from you want to do the transfer.