Cloudkibo / Android

0 stars 0 forks source link

(webrtc library update) getEGLContext() method has been removed #531

Closed sojharo closed 7 years ago

sojharo commented 7 years ago

This graphics library context was used to connect android application context with video rendering context. This method has been removed from the latest version of library.

sojharo commented 7 years ago

This was doing problem in creation of the connection. I had to look into library code to understand how to use new way of establishing connection. Finally, this was removed.

jekram commented 7 years ago

Thanks