Searched defs:gotOffer (Results 1 - 5 of 5) sorted by relevance

/external/webrtc/webrtc/tools/rtcbot/test/
H A Dsimple_offer_answer.js20 pc1.createOffer(gotOffer);
22 function gotOffer(offer) {
H A Dthree_bots_video_conference.js93 pc1.createOffer(gotOffer, test.fail);
95 function gotOffer(offer) {
H A Dtwo_way_video_streaming.js74 pc1.createOffer(gotOffer, test.fail);
76 function gotOffer(offer) {
H A Dwebrtc_video_streaming.js67 pc1.createOffer(gotOffer, test.fail);
69 function gotOffer(offer) {
H A DoneWayVideoStreamingWithDownloadingFile.js71 pc1.createOffer(gotOffer, test.fail);
73 function gotOffer(offer) {

Completed in 403 milliseconds