Top |
void
owr_init (GMainContext *main_context
);
Initializes the OpenWebRTC library.
ctx |
GMainContext to use inside OpenWebRTC, if NULL is passed the default main context is used. |
void
owr_run_in_background (void
);
Creates a new thread and runs the OpenWebRTC main-loop inside that thread. This function does not return until the thread has started and the mainloop is running.