-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels