Package org.openapitools.client.apis
Interface EventsApi
-
- All Implemented Interfaces:
public interface EventsApi
-
-
Method Summary
Modifier and Type Method Description abstract SendEventResponsesendEvent(@Path(value = "type") String type, @Path(value = "id") String id, @Body() SendEventRequest sendEventRequest)Send custom event Sends custom event to the call Sends events: - custom Required permissions: - SendEvent Responses: 201: Successful response
400: Bad request
429: Too many requests
-
-
Method Detail
-
sendEvent
@POST(value = "/video/call/{type}/{id}/event") abstract SendEventResponse sendEvent(@Path(value = "type") String type, @Path(value = "id") String id, @Body() SendEventRequest sendEventRequest)Send custom event Sends custom event to the call Sends events: - custom Required permissions: - SendEvent Responses:
201: Successful response
400: Bad request
429: Too many requests
-
-
-