[fix] fix incorrect data send function used for control data

This commit is contained in:
dijunkun
2026-01-13 18:13:54 +08:00
parent 0155413c12
commit 92d670916e
3 changed files with 13 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ class Render {
Params params_;
PeerPtr* peer_ = nullptr;
std::string audio_label_ = "control_audio";
std::string data_label_ = "control_data";
std::string data_label_ = "data";
std::string file_label_ = "file";
std::string control_data_label_ = "control_data";
std::string file_feedback_label_ = "file_feedback";