transfer Conference
fun transferConference(callee: Callee, mediaTypes: List<MediaType>? = null, onCompletion: (ConferenceError?) -> Unit)
Content copied to clipboard
Transfer the current conference to the specified Callee.
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 ones shared by the participant who starts the transfer.
on Completion
Callback that will be invoked when the request is completed. It will receive a ConferenceError if any error occurs. In case of success, error will be null.