sippo-sdk / com.quobis.sippo.sipposdk.conference / ConferenceRx / transferConference

transferConference

fun transferConference(callee: Callee, mediaTypes: List<MediaType>? = null): Completable

Transfer the current conference to the specified callee.

Parameters

callee - Callee who is going to be transferred to.

mediaTypes - List of media types that the caller wants the transferee to share. By default, the requested media types are the same as the conference invitations.

Return
A completable that will emit when the request is processed. In case of error, it will emit a ConferenceError.