Jingle call establishment timing is off

Description

  • Place Jingle call from user A to user B.

  • User B presses accept.

  • Call negotiation starts for both parties.

  • User B is placed in the call before user A is done with negotiation.

The problem is that User B thinks they're in the call but User A won't hear anything they're saying. Does Jingle has a way to signal media starting in a better way?

Environment

None

Activity

Show:

Thiago Rocha Camargo March 30, 2007 at 6:17 AM

Jingle Plugin now uses Session Listener to trigger Call Panel Show.

This way it only appears when call is completly negotiated.

Thiago Rocha Camargo March 30, 2007 at 6:05 AM

This event is called when Session is completly established.

public void sessionEstablished(PayloadType payloadType, TransportCandidate transportCandidate, TransportCandidate transportCandidate1, JingleSession jingleSession) {

}

Thiago Rocha Camargo March 30, 2007 at 6:03 AM

We must listen to Session State.

Fixed

Details

Priority

Assignee

Reporter

Affects versions

Fix versions

Components

Created March 30, 2007 at 5:52 AM
Updated November 11, 2009 at 11:30 PM
Resolved March 30, 2007 at 6:17 AM