React native error in WebRTC Play #6166
Unanswered
vincemavill
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@vincemavill , I have just tried the play example and its working fine for me , can you please let me know what you are trying to archive ? play example is there for playing a single stream not a conference stream which has multiple tracks , please use conference example and join as a second user if you want to see the stream of other participants in a conference call. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
React native error in WebRTC Play where says "Cannot read property 'toURL' of undefined"
line 55 from https://github.com/ant-media/WebRTC-React-Native-SDK/blob/main/example/src/Play.tsx
i am using WebRTC Multitrack Conference for publishing stream.
"@antmedia/react-native-ant-media": "^1.0.6",
"react-native": "0.73.4",
JDK: 17
NODEJS: 18.17.1
Beta Was this translation helpful? Give feedback.
All reactions