# fireMyEvent

Description

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

void fireMyEvent(string sData)

Parameters

Name Description
sData The information sent to the entities connected to TrueConf VideoSDK via WebSocket

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025