@@ -1789,7 +1789,7 @@ public class ImLiveBroadcastRoomServiceImpl extends ServiceImpl<ImLiveBroadcastR
case ANCHOR_CAMERA:
appDefinedData.add(TencentRequest.ChatRoomGroupDefinedData.builder()
.key(key.getCode())
- .value("OFF")
+ .value("ON")
.build());
break;
}