Hi everybody,
how does the ‘sendEndpointTexMessage’ work? The docs (for external API) only give an example for using it like this.
api.executeCommand(‘receiverParticipantId’, ‘text’);
Here the command itself is missing and it won’t do anything (unknown command error in the console).
My problem is, even when I write
api.executeCommand(‘sendEndpointTextMessage’, ‘participantId’, 'text)
nothing arrives in the chat. With and without the participantId.
What am I missing?