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
I am using LiveKit with WebRTC, and the captureFrame method works as expected on Android APP and web browsers like Chrome, Edge, and Opera. However, it fails on Firefox and Safari with the following exception:
I am using LiveKit with WebRTC, and the captureFrame method works as expected on Android APP and web browsers like Chrome, Edge, and Opera. However, it fails on Firefox and Safari with the following exception:
print('- START - captureFrame ');
final ByteBuffer frame = await mediaStreamTrack.captureFrame();
ERROR - Exception caught: Error: undefined is not a constructor (evaluating 'new constr($arguments[0])')
macOS Sonoma 14.4.1
The text was updated successfully, but these errors were encountered: