# fireMyEvent

Version: 4.1.0+

Description: send an 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 WebSocket

  • requestId - a unique request identifier. You can learn more about it here.

See also: