onUserHoldStatusChanged

open fun onUserHoldStatusChanged(call: DirectCall, isLocalUser: Boolean, isUserOnHold: Boolean)

The local or remote user has put a call on hold or removed a hold from a call and their hold status has changed.

Since

1.8.0

Parameters

call

DirectCall.

isLocalUser

True if the hold status of local user has been changed. False if the hold status of remote user has been changed.

isUserOnHold

Indicates whether the user is on hold or not.