![]() |
Intel® Collaboration Suite for WebRTC
version 4.3.1
Open WebRTC Toolkit (OWT) Client SDK for Windows*
|
Public Member Functions | |
virtual void | OnCaptureSourceNeeded (const std::unordered_map< int, std::string > &window_list, int &dest_window) |
Event callback for local screen stream to request for a source from application. More... | |
|
inlinevirtual |
Event callback for local screen stream to request for a source from application.
After local stream is started, this callback will be invoked to request for a source from application.
window_list | list of windows/screen's (id, title) pair. |
dest_window | application will set this id to be used by it. |