fix: Fix renderer issue for Safari/Firefox. (#241)

* fix: Fix renderer issue for Safari.

* fix: fix compile for native.

* chore: Improve flickering.
This commit is contained in:
CloudWebRTC
2023-03-08 10:28:10 +08:00
committed by GitHub
parent 2c72d6fd73
commit 6dc2bf6375
5 changed files with 33 additions and 2 deletions
+4
View File
@@ -11,3 +11,7 @@ PlatformType lkPlatformImplementation() {
if (Platform.isAndroid) return PlatformType.android;
throw UnsupportedError('Unknown Platform');
}
BrowserType lkBrowserImplementation() {
return BrowserType.unknown;
}