Searched refs:showStream (Results 1 – 5 of 5) sorted by relevance
/external/webrtc/webrtc/tools/rtcbot/bot/browser/ |
D | bot.js | 95 function showStream(streamId, autoplay, muted) { function 138 showStream: showStream, property
|
/external/webrtc/webrtc/tools/rtcbot/test/ |
D | webrtc_video_streaming.js | 42 bot1.showStream(stream.id, true, true); 50 bot2.showStream(event.stream.id, true, false);
|
D | two_way_video_streaming.js | 38 this.showStream(stream.id, true, true); 57 this.showStream(event.stream.id, true, false);
|
D | three_bots_video_conference.js | 34 this.showStream(stream.id, true, true); 77 this.showStream(event.stream.id, true, false);
|
D | oneWayVideoStreamingWithDownloadingFile.js | 46 bot1.showStream(stream.id, true, true); 54 bot2.showStream(event.stream.id, true, false);
|