You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
missing an '=' between 'didReceiveStartCallAction' and '(data)'
didReceiveStartCallAction(data) => {
let { handle, callUUID, name } = data;
// Get this event after the system decides you can start a call
// You can now start a call from within your app
};
The text was updated successfully, but these errors were encountered:
missing an '=' between 'didReceiveStartCallAction' and '(data)'
The text was updated successfully, but these errors were encountered: