Closed rainliu closed 4 months ago
when chat-client runs by "./chat -quic" and "join room_id client_name", chat-server will return SubscribeErrorMessage with "track not found".
With this patch, mixed chat client (raw quic or webtransport) can join the same chat-server and chat each other.
Good catch, thanks for fixing it!
when chat-client runs by "./chat -quic" and "join room_id client_name", chat-server will return SubscribeErrorMessage with "track not found".
With this patch, mixed chat client (raw quic or webtransport) can join the same chat-server and chat each other.