20 likes | 97 Views
Develop an application that leverages SIP protocol to enable messaging and streaming sessions, while providing a smooth media exchange experience. Embrace features like ringing, invitation acceptance, payload transfer, and session management for optimal engagement.
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