20 likes | 96 Views
Easily initiate messaging and streaming sessions with SIP communication, exchange media over MSRP and RTP, send and receive messages and payloads, accept invitations, and smoothly manage sessions all within the same platform. Enjoy enhanced communication experiences.
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