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

unhold

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

Unhold 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.