Files
client-sdk-flutter/example/linux/main.cc
CloudWebRTC 83f87547e7 feat: add linux support. (#209)
* feat: add linux support.

* chore: update README.md

* bump version for flutter-webrtc.
2023-05-16 10:34:14 +08:00

7 lines
180 B
C++

#include "my_application.h"
int main(int argc, char** argv) {
g_autoptr(MyApplication) app = my_application_new();
return g_application_run(G_APPLICATION(app), argc, argv);
}