Max Administrator Staff member Jan 15, 2021 #21 We raised the ticket WCS-3039 about this, and let you know result here. As temporary solution, use to REST queries as recommended above.
We raised the ticket WCS-3039 about this, and let you know result here. As temporary solution, use to REST queries as recommended above.
Max Administrator Staff member Jul 9, 2021 #22 Good day. Since build 5.2.982 it is possible to mute audio or change audio level and mute video while adding stream to mixer with query: Code: POST /rest-api/mixer/add HTTP/1.1 Host: localhost:8081 Content-Type: application/json Content-Length: 85 { "uri": "mixer://m1", "remoteStreamName": "stream1", "audioLevel": 0, "videoMuted": false }
Good day. Since build 5.2.982 it is possible to mute audio or change audio level and mute video while adding stream to mixer with query: Code: POST /rest-api/mixer/add HTTP/1.1 Host: localhost:8081 Content-Type: application/json Content-Length: 85 { "uri": "mixer://m1", "remoteStreamName": "stream1", "audioLevel": 0, "videoMuted": false }