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
{{ message }}
This repository has been archived by the owner on Nov 19, 2020. It is now read-only.
I'm creating a sample video chat app that both uses both Publisher and Subscriber on the same screen. I've been careful to get the details right but I've been getting crashes on the subcription part:
I/opentok-subscriberkit: Subscriber with streamId: FE74B669-F321-450B-951D-379FEF148C5F is connected
W/mqt_native_modu: type=1400 audit(0.0:2893): avc: denied { read } for name="stat" dev="proc" ino=4026532079 scontext=u:r:untrusted_app_25:s0:c512,c768 tcontext=u:object_r:proc_stat:s0 tclass=file permissive=0
A/libc: Fatal signal 11 (SIGSEGV), code 1, fault addr 0xc in tid 20297 (mqt_native_modu), pid 20238 (com.example.myapp)
I've had a hard time getting to the root of this, any idea what the problem might be?
The text was updated successfully, but these errors were encountered:
I'm creating a sample video chat app that both uses both Publisher and Subscriber on the same screen. I've been careful to get the details right but I've been getting crashes on the subcription part:
I've had a hard time getting to the root of this, any idea what the problem might be?
The text was updated successfully, but these errors were encountered: