transfer Conference
fun transferConference(callee: String, mediaTypes: List<MediaType>? = null, onCompletion: (ConferenceError?) -> Unit)
Transfer the current conference to the specified Callee.
Parameters
callee
The participant to whom the conference will be transferred.
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.