Searched refs:line_index (Results 1 – 2 of 2) sorted by relevance
103 auto line_index = candidate_json["sdpMLineIndex"].asInt(); in ParseIceCandidate() local107 mid, line_index, candidate_sdp, nullptr /*error*/)); in ParseIceCandidate()
397 auto line_index = candidate->sdp_mline_index(); in OnIceCandidate() local402 reply["mLineIndex"] = static_cast<Json::UInt64>(line_index); in OnIceCandidate()