-
Notifications
You must be signed in to change notification settings - Fork 749
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTCSession: Consider emitting "started" once ACK is received #253
Comments
Agreed, I think it's a good idea. You may also consider emitting some
|
Is such a "starting" event really useful? for what? Consider please also the outgoing calls in which we immediately send the ACK. |
Hey, From my point of view, regardless of the SDP answer being present in the "200 OK" or in the "ACK", I would say that: 1- "200 OK" reception/emission should fire "accepted" event, meaning that the user/peer accepted the call |
This is not related to media but just signaling. There are some complex use cases in which the app needs to know whether the ACK has been received or not before it does something.
|
Guys, what about a new |
I like the |
ok |
On Fri, Oct 10, 2014 at 2:52 PM, Iñaki Baz Castillo < Does this apply (make sense) also to the master branch? |
master branch will be frozen until new-design branch can be merged into it. There are too many changes in new-design so picking up specific commits in master is unfeasible. |
thanks for the clarification. On Fri, Oct 10, 2014 at 4:43 PM, Iñaki Baz Castillo <
|
For incoming calls it may be reasonable to wait for the ACK before "started" event is fired. If for example we decide to accept body-less incoming INVITE (so the remote ACK must contain the SDP answer) this makes lot of sense.
@jmillan @saghul thoughts?
The text was updated successfully, but these errors were encountered: