Skip to content

Getting iOS localizable string keys in mic permission request dialog box when trying place a call in iOS ? #257

Closed
@RageshAntonyHM

Description

@RageshAntonyHM

Issue Summary

When I try to place a call without microphone permission enabled, I am getting a dialog box like this

Image

It shows "localisation string keys" instead of it's value. Why? These keys come from twilio_voice plugin's iOS folder's Localizable.strings file.

Steps to Reproduce

This is the code:

        ref.read(twilioVoiceProvider).call.place(
              from: from,
              to: '+1$phoneNumber',
              extraOptions: extra,
            );
        ref.read(navNotifierProvider.notifier).onAnswerCall();
        ref.read(twilioNotifierProvider.notifier).setCallToName(prettyNumber);
        ref.read(callTimerProvider.notifier).startCallTimer();

please help me.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions