format
This commit is contained in:
@@ -3,7 +3,6 @@ import 'track/options.dart';
|
||||
/// Options when joining a room.
|
||||
/// {@category Room}
|
||||
class ConnectOptions {
|
||||
|
||||
/// Auto-subscribe to room tracks upon connect, defaults to true.
|
||||
final bool autoSubscribe;
|
||||
|
||||
|
||||
@@ -137,9 +137,8 @@ class RTCEngine extends Disposable with EventsEmittable<EngineEvent> {
|
||||
required lk_models.TrackType kind,
|
||||
TrackDimension? dimension,
|
||||
}) async {
|
||||
|
||||
// TODO: Check if cid already published
|
||||
|
||||
|
||||
// send request to add track
|
||||
signalClient.sendAddTrack(
|
||||
cid: cid, name: name, type: kind, dimension: dimension);
|
||||
|
||||
Reference in New Issue
Block a user