mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-30 17:09:43 +00:00
fix(salutejazz): disable media auto-subscribe support
This commit is contained in:
@@ -123,7 +123,7 @@ func preconnect(ctx context.Context, roomID, password string, headers map[string
|
||||
"b2bBaseRoomSupport": true,
|
||||
"demoRoomBaseSupport": true,
|
||||
"demoRoomVersionSupport": 2,
|
||||
"mediaWithoutAutoSubscribeSupport": true,
|
||||
"mediaWithoutAutoSubscribeSupport": false,
|
||||
"webinarSpeakerSupport": true,
|
||||
"webinarViewerSupport": true,
|
||||
"sdkRoomSupport": true,
|
||||
|
||||
Reference in New Issue
Block a user