[feat] use display name as video stream id

This commit is contained in:
dijunkun
2025-05-26 15:29:46 +08:00
parent 8f5dd21e75
commit 6e69c37056
7 changed files with 116 additions and 46 deletions

View File

@@ -13,7 +13,7 @@
class ScreenCapturer {
public:
typedef std::function<void(unsigned char*, int, int, int, int)>
typedef std::function<void(unsigned char*, int, int, int, const char*)>
cb_desktop_data;
public: