You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,8 @@ Make sure to reference this file in the `<application>` tag of your **`AndroidMa
78
78
79
79
## Usage
80
80
81
+
#### ⚠️ P2P (WebRTC) may not connect to the outer world if it runs on Android emulators due to its virtual machine [network configuration](https://developer.android.com/studio/run/emulator-networking) (NAT). Please test P2P connectivity on real devices. ⚠️
82
+
81
83
Once you've completed the setup, P2P Media Loader is ready to use in your application!
82
84
83
85
### Kotlin Example
@@ -89,6 +91,7 @@ class MainActivity : ComponentActivity() {
0 commit comments