How should I properly to initiate a cobrowse session programmatically through the Conversations API? I am attempting to use POST /api/v2/conversations/calls with a cobrowse-specific participantAddress, but the endpoint rejects the request. My notebook throws:
400 Bad Request: participantAddress must be a valid URI
The SDK documentation lacks explicit examples for cobrowse URI schemes. Should I be using the standard tel: format or a custom cobrowse:// scheme for the to field?