This message was deleted.
# announcements
s
This message was deleted.
n
I believe you set the codec on the config.yaml at launch.
I also believe(i could be totally wrong) that H264 is only on 1:1. when you add another participany i believe it defaults to VP8
https://github.com/livekit/livekit/blob/master/config-sample.yaml#L116 You can change the global default for a room or explicitly configure at room creation.
d
What Mark suggested should work. But it'll cause everyone in the room to only be able to publish VP8 Swift SDK always prefers to publish H.264 due to it having hardware encoding. This is true even if multiple participants join the room
n
Oh! Great point!
d
Thanks a lot to all ! I make change on config.yaml on vp8 - and it is realy work! thanks a lot