новый-старый clientrow

This commit is contained in:
2026-01-29 23:18:47 +06:00
parent a645885cf2
commit 9fc8f954e3
3 changed files with 29 additions and 18 deletions

View File

@@ -335,7 +335,7 @@ export const useMediasoup = createSharedComposable(() => {
await enableProducer('share', {
track,
codec: device.value.rtpCapabilities.codecs?.find(
c => c.mimeType.toLowerCase() === 'video/h264',
c => c.mimeType.toLowerCase() === 'video/AV1',
),
codecOptions: {
videoGoogleStartBitrate: 1000,