Sends string text through the command channel.
const cmdChannel = client.getCommandClient()
cmdChannel.send('test', userId)
The text to send.
User to send to. If you don't pass a userId
, the SDK sends the message to all users.
ExecutedResult
Use the
getCommandClient
method for theVideoClient
to access the command channel client.