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
Ideally when someone tries to request a call to address, it should trigger a call request if the chat exists between the given peers.
Current Behaviour
Now what it does is, say when I request a call to 0xaCE6d23598aEF3ffa3870De90C2c451C024A674F it will work and not when i call to 0xace6d23598aef3ffa3870de90c2c451c024a674f
what happens here is that, when a non checksum address is passes, Video SDK will throw an error saying. there is no chat found the users
ie. only checksummed addresses work.
Dapp Env
Prod (app.push.org), Staging (staging.push.org)
The text was updated successfully, but these errors were encountered:
Expected Behaviour
Ideally when someone tries to request a call to address, it should trigger a call request if the chat exists between the given peers.
Current Behaviour
Now what it does is, say when I request a call to
0xaCE6d23598aEF3ffa3870De90C2c451C024A674F
it will work and not when i call to0xace6d23598aef3ffa3870de90c2c451c024a674f
what happens here is that, when a non checksum address is passes, Video SDK will throw an error saying.
there is no chat found the users
ie. only checksummed addresses work.
Dapp Env
Prod (app.push.org), Staging (staging.push.org)
The text was updated successfully, but these errors were encountered: