Interface EventsApi

  • All Implemented Interfaces:

    
    public interface EventsApi
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      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

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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