I want to programmatically set the current active interaction in the embeddable framework. I am using both iframes from the deployment documentation (step 5, https://developer.genesys.cloud/api/embeddable-framework/deployments/private-deployment): <iframe allow="camera *; microphone *; autoplay *" src="https://apps.mypurecloud.com/crm/interaction.html"></iframe>
.
I noticed that switching between interactions changes the cookie selectedIneractionId. When I manually change this cookie inside my devtools to another interaction ID i see that the interaction changes inside the iframe. Is there a way to programmatically set the current selected interaction id with some sort of API?