Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find symbol org.webrtc.SurfaceViewRenderer in android #30

Open
RevathiRev opened this issue Sep 21, 2018 · 1 comment
Open

Cannot find symbol org.webrtc.SurfaceViewRenderer in android #30

RevathiRev opened this issue Sep 21, 2018 · 1 comment

Comments

@RevathiRev
Copy link

Hi,
I am trying to create video calling android application. But getting the error ' Cannot find symbol org.webrtc.SurfaceViewRenderer in android'

Thanks in advance

@Erin-Gallagher-Connected

I had issues with the VideoRenderer and the solution was just to use a specific version of the webrtc library instead of org.webrtc:google-webrtc:1.0.+ in the app build.gradle file. Hopefully that helps you.

implementation 'org.webrtc:google-webrtc:1.0.22672'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants