Raghunandan Ghagharvale Posted May 19, 2020 Share Posted May 19, 2020 Hi, Do we have any example of Conference features implemented in a React Application?i am trying to import webRTCAdapter not sure where to find it. Reagrds Raghunandan Link to comment Share on other sites More sharing options...
0 Mahmut As1m Onat Posted May 20, 2020 Share Posted May 20, 2020 Hi Raghunandan, We have plans to make react work with Antmedia Server but currently, we don't have a direct solution for this but maybe someone from the community have done this before. The webRTCadapter.js file is under antmedia/webapps/<App_Name>/js/. The default apps are LiveApp and WebRTCAppEE.Best,AsimOn Tuesday, May 19, 2020 at 10:04:27 PM UTC+3, Raghunandan Ghagharvale wrote:Hi, Do we have any example of Conference features implemented in a React Application?i am trying to import webRTCAdapter not sure where to find it. Reagrds Raghunandan Link to comment Share on other sites More sharing options...
0 Raghunandan Ghagharvale Posted May 21, 2020 Author Share Posted May 21, 2020 Hi, i get compilation errors from the webrtc_adaptor.js and all of them seems to be valid, not sure if i have a valid file. here is the error: Line 233:27: 'streamId' is not defined no-undef Line 243:38: 'streamId' is not defined no-undef Line 246:48: 'streamId' is not defined no-undef Line 258:20: 'audioStream' is not defined no-undef Line 293:31: 'streamId' is not defined no-undef Line 605:14: 'mediaConstraints' is not defined no-undef Line 605:55: 'mediaConstraints' is not defined no-undef Line 606:22: 'mediaConstraints' is not defined no-undef Line 618:14: 'mediaConstraints' is not defined no-undef Line 618:55: 'mediaConstraints' is not defined no-undef Line 619:22: 'mediaConstraints' is not defined no-undef Line 621:21: 'mediaConstraints' is not defined no-undef Line 1101:8: 'adapter' is not defined no-undef Line 1102:6: 'adapter' is not defined no-undef Line 1103:7: 'adapter' is not defined no-undef webrtc_adaptor_edited_the_extension_for_support_issue.json Link to comment Share on other sites More sharing options...
0 Mahmut As1m Onat Posted May 21, 2020 Share Posted May 21, 2020 Hi Raghunandan,This is the valid file that we use but since we don't compile it before using it so some of those values are defined as global variables at run time. Maybe creating default values or passing those values as variables would solve this issue but I haven't used React before so my knowledge is limited.Best,AsimOn Thursday, May 21, 2020 at 4:18:25 PM UTC+3, raghunandan wrote: Hi, i get compilation errors from the webrtc_adaptor.js and all of them seems to be valid, not sure if i have a valid file. here is the error: Line 233:27: 'streamId' is not defined no-undef Line 243:38: 'streamId' is not defined no-undef Line 246:48: 'streamId' is not defined no-undef Line 258:20: 'audioStream' is not defined no-undef Line 293:31: 'streamId' is not defined no-undef Line 605:14: 'mediaConstraints' is not defined no-undef Line 605:55: 'mediaConstraints' is not defined no-undef Line 606:22: 'mediaConstraints' is not defined no-undef Line 618:14: 'mediaConstraints' is not defined no-undef Line 618:55: 'mediaConstraints' is not defined no-undef Line 619:22: 'mediaConstraints' is not defined no-undef Line 621:21: 'mediaConstraints' is not defined no-undef Line 1101:8: 'adapter' is not defined no-undef Line 1102:6: 'adapter' is not defined no-undef Line 1103:7: 'adapter' is not defined no-undef Link to comment Share on other sites More sharing options...
Question
Raghunandan Ghagharvale
i am trying to import webRTCAdapter not sure where to find it.
Link to comment
Share on other sites
Top Posters For This Question
2
2
Popular Days
May 21
2
May 19
1
May 20
1
Top Posters For This Question
Raghunandan Ghagharvale 2 posts
Mahmut As1m Onat 2 posts
Popular Days
May 21 2020
2 posts
May 19 2020
1 post
May 20 2020
1 post
3 answers to this question
Recommended Posts