sendMessage
Less than 1 minute
sendMessage
Description: Send a message to a user.
Request example:
{
"method" : "sendMessage",
"requestId" : "1",
"peerId" : "user1@some.server",
"message" : "hello :)"
}Response example:
{
"method" : "sendMessage",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- a unique user identifier (TrueConf ID). Applicability:PeerId is supported. Within the application, it is automatically converted to CallId, and the command is executed with it.
CallId - is supported. The command is executed for the specified identifier.
InstanceId - not supported
message— MessagerequestId- a unique request identifier. You can find more details about it here.
See also: