RESOLVED FIXED 164118
[OpenWebRTC] Initialize library one time only
https://bugs.webkit.org/show_bug.cgi?id=164118
Summary [OpenWebRTC] Initialize library one time only
Philippe Normand
Reported 2016-10-28 03:31:59 PDT
It is the app responsibility to initialize the OWR library not more than one time. Patch incoming
Attachments
patch (1.58 KB, patch)
2016-10-28 03:34 PDT, Philippe Normand
darin: review+
Philippe Normand
Comment 1 2016-10-28 03:34:06 PDT
Darin Adler
Comment 2 2016-10-28 11:03:04 PDT
Comment on attachment 293135 [details] patch If this function could be called from more than one thread then we would need to use std::call_once instead.
Philippe Normand
Comment 3 2016-10-31 01:06:24 PDT
Note You need to log in before you can comment on or make changes to this bug.