missing files
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/// Options when joining a room.
|
||||
/// {@category Room}
|
||||
class JoinOptions {
|
||||
final bool? autoSubscribe;
|
||||
|
||||
const JoinOptions({this.autoSubscribe});
|
||||
}
|
||||
Reference in New Issue
Block a user