Class CallCandidates


  • public class CallCandidates
    extends RoomEvent<CallCandidatesContent>
    Message Event.

    This event is sent by callers after sending an invite and by the callee after answering. Its purpose is to give the other party additional ICE candidates to try using to communicate.

    • Field Detail

      • TYPE

        public static final String TYPE
        This event is sent by callers after sending an invite and by the callee after answering. Its purpose is to give the other party additional ICE candidates to try using to communicate.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CallCandidates

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