Skip to content

"WARNING! Could not find source with name" [...] When App language is changed #75

@mxgross

Description

@mxgross

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions