20 likes | 95 Views
UA1. UA2. initiateMessagingSession. SIP INVITE. Intent com .gsma.joyn.extension.action. NEW_MESSAGING_SESSION. SIP 180 Ringing. onSessionRinging. SIP 200 OK. acceptInvitation. SIP ACK. onSessionStarted. Media exchange over MSRP. sendMessage. onNewMessage. abortSession. SIP BYE.
E N D
UA1 UA2 initiateMessagingSession SIP INVITE Intent com.gsma.joyn.extension.action. NEW_MESSAGING_SESSION SIP 180 Ringing onSessionRinging SIP 200 OK acceptInvitation SIP ACK onSessionStarted Media exchange over MSRP sendMessage onNewMessage abortSession SIP BYE onSessionAborted onSessionAborted SIP 200 OK
UA1 UA2 initiateStreamingSession SIP INVITE Intent com.gsma.joyn.extension.action. NEW_STREAMING_SESSION SIP 180 Ringing onSessionRinging SIP 200 OK acceptInvitation SIP ACK onSessionStarted Media exchange over RTP sendPayload onNewPayload abortSession SIP BYE onSessionAborted onSessionAborted SIP 200 OK