Skip to content

Android Signed APK #6

Description

@harshadcpatel

Facing issue in android signed apk only.

I have integrated react native sdk to make audio call and all working fine if i run the app in debug mode. but if i create signed apk then call not work. even make call completion block not called.

below is my code snnipate

    this.refs.stringeeCall.makeCall(
        parameters,
        (status, code, message, callId, customDataFromYourServer) => {
          
          this.setState({ callId: callId, callState : "makecall code-" + code + " message-" + message } );
          console.log( "Make call " +
            "status-" + status + " code-" + code + " message-" + message + " callId-" + callId + "customDataFromYourServer-" + customDataFromYourServer
          );
        }
      );

Can any one help? Thanks in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions