DevilishLemonBar 🦥⚡ on Nostr: OK, looking at: ...
OK, looking at: https://github.com/0xchat-app/0xchat-app-base/blob/ebcc02d8a886c2c9e37a508dffe4d9ead9b7e198/ox_common/lib/model/ice_server_model.dart#L90
They should just let you specify a username and password manually. Their approach is broken if you're using static auth since the username field will be timestamp:username and the password is the key
so it would be formatted as timestamp:username:key which their code won't handle as it expects username:password
blegh
They should just let you specify a username and password manually. Their approach is broken if you're using static auth since the username field will be timestamp:username and the password is the key
so it would be formatted as timestamp:username:key which their code won't handle as it expects username:password
blegh