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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,13 @@ You should have an Android TV/mobile simulator on Android Studio.
260
260
261
261
## Troubleshooting
262
262
263
+
### WebRTC related errors during runtime
264
+
If you have any issues related to WebRTC, and you already used this app it maybe due to an outdated node module. Follow this steps:
265
+
1. Delete `node_modules` directory.
266
+
2. Run `yarn cache clean`.
267
+
3. Re install dependencies with `yarn` command.
268
+
4. Continue with [Getting Started](#getting-started).
269
+
263
270
### Framework not found WebRTC
264
271
Check inside the TestApp or TestApp-tvOS project (depending on which platform do you want to run the application) go to `General -> Framework, Libraries, and Embedded Content` and look for WebRTC.framework. You should to confirm that you are using the proper framework for the platform and it should be with `Embed && Sign` option.
0 commit comments