CloudWebRTC
CloudWebRTC
Need to adjust the calling path of (microphone capture) audioframe Currently it is `audio frame` -> `on_captured_frame` -> `sinks->OnData` -> `audio_senders->SendAudioData` Adjust to `audio frame` -> `on_captured_frame` -> `audio_device_buffer->SetRecordedBuffer/DeliverRecordedData` ->...
1. Fixed the wrong color of web camera 2. Optimized preview rendering performance
when you use the unity ios example to connect to the local SFU, you will fail to connect because there is no network access permission by default. You can try...
Experimental branches