hold

fun hold(onCompletion: (ConferenceError?) -> Unit)

Hold the current conference.

Parameters

onCompletion

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.