Hey,
when I change my App language from 'EN' to e.g. 'DE' the camera source names are not 'Front camera" and 'Back Camera', but now 'Frontkamera' and 'Rückkamera'.
This will lead to an error like: '[OpenWebRTCNativeHandler] WARNING! Could not find source with name Back Camera'.
Because the source name is in german but expected in english.
So I want to change the ' got_local_sources(GList *sources)' method in 'OpenWebRTCNativeHandler' to use some kind of ID for the camera sources or anything other instead of the localized name string.
How can I achieve that?
Thanks