signal & webrtc connections established
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import 'room.dart';
|
||||
|
||||
class LiveKitClient {
|
||||
// TODO: take in connect options
|
||||
static Future<Room> connect(String url, String token) {
|
||||
var room = Room();
|
||||
return room.connect(url, token);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user