Searched defs:label (Results 1 – 4 of 4) sorted by relevance
26 std::string label; member
184 auto label = evt["display_label"].asString(); in OnMessage() local203 auto label = evt["display_label"].asString(); in OnMessage() local307 const std::string &label) { in AddDisplay()507 auto label = data_channel->label(); in OnDataChannel() local
175 std::shared_ptr<VideoSink> StreamerImpl::AddDisplay(const std::string& label, in AddDisplay()195 void StreamerImpl::AddAudio(const std::string& label) { in AddAudio()427 auto& label = entry.first; in CreateClientHandler() local
17 function createDataChannel(pc, label, onMessage) { argument