SESSION_REJECTED error type needs to be handled by WebApp |
||||
Issue descriptionVersion: M53, up to 96e2312ade0d985d9b2c4877f54dfacd7939bc9f OS: Independent TODO: Handle ErrorCode::SESSION_REJECTED in WebApp. WebApp does not handle ErrorCode::SESSION_REJECTED. So now in JingleMessage, we send AUTHENTICATION_FAILED instead.
,
Jun 7 2016
Based on discussion at triage, I think we only generate this in response to "permission denied" type scenarios. I think we should just rename the enum to something more appropriate (PERMISSION_DENIED or AUTHORIZATION_FAILED, for example). It should very rarely occur, so I don't think that the web-app needs to support it explicitly, but we should make sure we report it correctly in the webrtc client.
,
Jul 28 2016
In JingleMessage, we have a correctly error-code attached. If we do not plan to support this error message on UI, no further action is required for this bug.
,
Sep 26 2016
No further action is required for this bug.
,
Sep 27 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by zijiehe@chromium.org
, Jun 7 2016