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
NewMessagesObservable didn't publish voice message ptt anyone facing same issue ?
i got the message in window.WAPI.getBufferedNewMessages in wapi.js and i logged it but i cant get it in
NewMessagesObservable in wapi_js_wrapper.py
when i logged exceptions in NewMessagesObservable i got Error in function getBufferedNewMessages (Error: Accessing TypedArray data over Xrays is slow, and forbidden in order to encourage performant code. To copy TypedArrays across origin boundaries, consider using Components.utils.cloneInto().).
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hello, I'm having the following issue:
NewMessagesObservable didn't publish voice message ptt anyone facing same issue ?
i got the message in window.WAPI.getBufferedNewMessages in wapi.js and i logged it but i cant get it in
NewMessagesObservable in wapi_js_wrapper.py
when i logged exceptions in NewMessagesObservable i got
Error in function getBufferedNewMessages (Error: Accessing TypedArray data over Xrays is slow, and forbidden in order to encourage performant code. To copy TypedArrays across origin boundaries, consider using Components.utils.cloneInto().).
Thanks in advance.
The text was updated successfully, but these errors were encountered: