Class CallInvite


  • public class CallInvite
    extends RoomEvent<CallInviteContent>
    Message Event.

    This event is sent by the caller when they wish to establish a call.

    • Field Detail

      • TYPE

        public static final String TYPE
        This event is sent by the caller when they wish to establish a call.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallInvite

        public CallInvite()
    • 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<CallInviteContent>
        Returns:
        The type of the event.