RTCEngine and SignalClient
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class TrackDimension {
|
||||
int width;
|
||||
int height;
|
||||
|
||||
TrackDimension(this.width, this.height);
|
||||
}
|
||||
Reference in New Issue
Block a user