Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read custom key when accept incoming call #39

Open
ziasultan2 opened this issue Apr 13, 2021 · 0 comments
Open

Read custom key when accept incoming call #39

ziasultan2 opened this issue Apr 13, 2021 · 0 comments

Comments

@ziasultan2
Copy link

ziasultan2 commented Apr 13, 2021

I want to make a video calling service with this and agora for this I need to pass token, channel. I'm passing those through apple but how can I receive those here when accept call

This is the json format I'm passing. How can I access the person object data. How can I access the "Token" object data from my app
{
"aps": {
"alert": {
"uuid" : "ddd",
"incoming_caller_id" : "dddds",
"incoming_caller_name" : "ddd"
},
"sound": "default"
},
"Token": {
"channel": "taddd",
"token": "token123",
"uid": "123"
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant