[Webkit-unassigned] [Bug 124212] New: Modifying RTCSessionDescription object construction to match the spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 12 10:49:35 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124212

           Summary: Modifying RTCSessionDescription object construction to
                    match the spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: thiago.lacerda at openbossa.org


According to the spec the RTCSessionDescriptionInit parameter in RTCSessionDescription constructor is optional, which must not be nullable.
If the 'type' and 'sdp' keys are not present, the string object that stores them in the RTCSessionDescription class, must be null in those cases.
Also, if an object that is not a Dictionary is passed as argument to the constructor, an exception must be raised.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list