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