Class CallHangup


  • public class CallHangup
    extends RoomEvent<CallHangupContent>
    Message Event.

    Sent by either party to signal their termination of the call. This can be sent either once the call has has been established or before to abort the call.

    • Field Detail

      • TYPE

        public static final String TYPE
        Sent by either party to signal their termination of the call. This can be sent either once the call has has been established or before to abort the call.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallHangup

        public CallHangup()
    • Method Detail

      • getType

        public String getType()
        Description copied from class: Event
        Required. The type of event. This SHOULD be namespaced similar to Java package naming conventions e.g. 'com.example.subdomain.event.type'.
        Specified by:
        getType in class Event<CallHangupContent>
        Returns:
        The type of the event.