function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pkirankumar reddypkirankumar reddy 

is it possible to do so by using "startChatWithWindow()" from the Live Agent API. By passing in the name of an iFrame it will open up the chat within the iFrame instead of a new window.

 is it  possible to do so by using "startChatWithWindow()" from the Live Agent API. By passing in the name of an iFrame it will open up the chat within the iFrame instead of a new window. please provide a solution for the reqirment . My reqirment is to get the chat window in the same window  not in seperate window .
Ashish DevAshish Dev
Did you try by giving the name to iframe and used that name in startChatWithWindow() function?