Skip to content

naiive way to check for true in maps and config #490

Open
@reduxdj

Description

@reduxdj

Describe the bug
madatory options should expect {"IceRestart": false} should not pass as true
Same with renegotiate... { "useUpdate" false"} should not evaluate as true

See renegotiate:

if (options['useUpdate'] != null) 

should be:

 if (options['useUpdate'] != null && options['useUpdate'] == true)

Expected behavior
Expected the config to work like any expected configuration

System Infomation()
Flutter SDK Version: 3.22
Target OS and Version: N/A
Host OS and Version: N/A

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions