Skip to content

[1.13.0] Localization parameter not working on CallCompositeBuilder #1131

@koneella

Description

@koneella

Describe the bug
Localization parameter not working, UI library not changing language.

To Reproduce
Following code opens the UI correctly but the language is not changing.

val callComposite = CallCompositeBuilder()
    .localization(CallCompositeLocalizationOptions(CallCompositeSupportedLocale.FI))
    .credential(communicationTokenCredential)
    .build()

callComposite.launch(this, locator)

AzureCommunicationUILibrary

  • Version 1.13.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions