Acquire APIs
Chat APIs:
AcquireApp.startSupportChat()AcquireApp.startDirectSupportChat(CallType.VIDEO)Verify your users:
Secret Key
<YOUR_SECRET_KEY>
OpenSSL::HMAC.hexdigest(
'sha256', # hash function
'<YOUR_SECRET_KEY>', # secret key (keep safe!)
current_user.email # user's email address
)Logout visitor
This method will reset visitor’s all data and stops all connections to the agent including ongoing call.
User APIs:
Set user details

Show Floating Video (PIP mode):

setMainVideoFrameSize(width, height):
setSecondaryVideoFrameSize(width, height)
Last updated