transfer Conference
fun transferConference(callee: Callee, mediaTypes: List<MediaType>? = null): Completable
Content copied to clipboard
Transfer the current conference to the specified callee.
Return
A completable that will emit when the request is processed. In case of error, it will emit a ConferenceError.
Parameters
callee
Callee who is going to be transferred to.
media Types
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.