# fireMyEvent
Version: 4.1.0+
Description: send event to all entities connected to VideoSDK/Room via websocket.
Request example:
{
"method" : "fireMyEvent",
"requestId" : "1",
"data" : "some data"
}
Response example:
{
"method" : "fireMyEvent",
"requestId" : "1",
"result" : true
}
Parameter description:
data
— the information sent to the entities connected to VideoSDK/Room via a WebSocketrequestId
- unique request identifier. More details can be found here
See also: