[Protocol v7] Remote unpublish & expose permissions (#101)
* fix * impl * oldPermissions * mods
This commit is contained in:
@@ -24,7 +24,7 @@ class ConnectOptions {
|
||||
const ConnectOptions({
|
||||
this.autoSubscribe = true,
|
||||
this.rtcConfiguration = const RTCConfiguration(),
|
||||
this.protocolVersion = ProtocolVersion.v6,
|
||||
this.protocolVersion = ProtocolVersion.v7,
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user