Home | History | Annotate | Download | only in webrtc

Lines Matching refs:new_direction

402   std::string new_direction;
405 new_direction = "a=inactive";
408 new_direction = "a=sendonly";
411 new_direction = "a=recvonly";
415 new_direction = "a=sendrecv";
418 Replace("a=sendrecv", new_direction, message);