fireMyEvent

TrueConf7/5/26Less than 1 minute

fireMyEvent

Description

Send an event to all entities connected to TrueConf VideoSDK via WebSocket

void fireMyEvent(string sData)

Parameters

NameDescription
sDataThe information sent to the entities connected to TrueConf VideoSDK via WebSocket

Response example

{
    "method" : "fireMyEvent",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: