created Attended Conference
fun createdAttendedConference(callee: Callee, currentConference: Conference): Single<Conference>
Content copied to clipboard
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
Callee who is the target user you want to transfer.
current Conference
current conference, from you want to do the transfer.