Class Jingle.Reason.AlternativeSession

  • Enclosing class:
    Jingle.Reason

    public static final class Jingle.Reason.AlternativeSession
    extends Jingle.Reason.Condition
    The party prefers to use an existing session with the peer rather than initiate a new session; the Jingle session ID of the alternative session SHOULD be provided as the XML character data of the <sid/> child.
    • Constructor Detail

      • AlternativeSession

        public AlternativeSession​(String sessionId)
    • Method Detail

      • getSessionId

        public String getSessionId()
        Gets the alternative session id.
        Returns:
        The alternative session id.