我在 Android 中做一个 WebRTC 演示,代码很简单,开始一个意图
Intent myIntent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://apprtc.appspot.com"));
startActivity(myIntent);
浏览器打开 WebRTC 演示,我的问题涉及如何刮回 ?r=ddddddd (其中 d 是数字)。这个数字对于传递给 webrtc 调用的另一端很重要。
当页面打开时,这个数字也会出现在 url 中。