change Ringing Strategy
fun changeRingingStrategy(strategy: RingingStrategy, onCompletion: (SippoResourceError?) -> Unit)
Content copied to clipboard
Update ringing strategy for this group.
Parameters
strategy
RingingStrategy to update.
on Completion
Callback that will be invoked when the request is completed. It will receive a SippoResourceError if any error occurs. In case of success, error will be null.