You can try run chrome with --enable-logging --v=1 --
vmodule=*libjingle/source/talk/*=3 to see more logging. It will create
chrome log file.
On Nov 14, 4:29 am, Nikita Petrov <
hrun...@gmail.com> wrote:
> Hello,
>
> we're trying to build WebRTC-compatible client, but having hard times
> understanding what WebRTC wants to see in SDP.
>
> While generating answer to our SDP offer, and try to set it as local SDP,
> WebRTC fails setLocalDescription with an error: "SetLocalDescription
> failed.", which is not informative at all.
> Is there a way to get more verbose messages from Chrome?