RTCEngine and SignalClient

This commit is contained in:
David Zhao
2021-07-20 15:38:30 -07:00
parent 941bbbdc32
commit b28466842f
8 changed files with 544 additions and 89 deletions
+6
View File
@@ -0,0 +1,6 @@
class TrackDimension {
int width;
int height;
TrackDimension(this.width, this.height);
}