Documentation

This commit is contained in:
David Zhao
2021-08-30 15:31:12 -07:00
parent 583e08c5b1
commit d011bc7d3d
19 changed files with 383 additions and 16 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
import 'room.dart';
import 'signal_client.dart';
import 'options.dart';
/// Main entry point to connect to a room.
/// {@category Room}
class LiveKitClient {
/// Connects to a LiveKit room
static Future<Room> connect(String url, String token,
[JoinOptions? options]) {
var room = Room();