sippo-sdk / com.quobis.sippo.sipposdk.conference / Conference / hold

hold

fun hold(onCompletion: (ConferenceError?) -> Unit): 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.