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
In low level api, there's option to add custom data to call.
val call = client.call("default", "123")
call.create(memberIds = members, custom = mapOf("color" to "red"), ring = true)
But creating outgoing call with StreamCallActivity.callIntent() doesn't have that option. How to achieve passing extra data from caller to call via call's custom field.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
In low level api, there's option to add custom data to call.
val call = client.call("default", "123")
call.create(memberIds = members, custom = mapOf("color" to "red"), ring = true)
But creating outgoing call with StreamCallActivity.callIntent() doesn't have that option. How to achieve passing extra data from caller to call via call's custom field.
Beta Was this translation helpful? Give feedback.
All reactions