on User Hold Status Changed
open fun onUserHoldStatusChanged(call: DirectCall, isLocalUser: Boolean, isUserOnHold: Boolean)
Content copied to clipboard
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.
is Local User
True if the hold status of local user has been changed. False if the hold status of remote user has been changed.
is User On Hold
Indicates whether the user is on hold or not.