davidliu

Results 142 comments of davidliu

@symphonybiz If it's not too much trouble, could you list the devices this worked on?

@symphonybiz just to confirm, the proposed solution is to turn *on* the hardware cancellers in devices Q and above? [This issue](https://github.com/react-native-webrtc/react-native-webrtc/issues/713) seems to imply the opposite, so just want to...

@tidoemanuele to be clear, the `TrackPublication.source` is returned as `Track.Source.UNKNOWN`? Or does the publication not appear at all?

Are the other fields in the TrackPublication populated (e.g. dimensions, sid, name)?

In the device logs, can you look for the track pubilcation? They should show up like this: ```` response: update { participants { sid: "PA_H8CPUWvaxhp7" identity: "comp" state: ACTIVE tracks...

User reported back with some logs: livekit server: commit c9cfb0d362d56e83c72064e5313f102bd2548de0 Track publish request: ```` sending request: add_track { cid: "1cfbde35-67b8-4af3-91b4-3bc16fbeb874" type: VIDEO width: 800 height: 600 source: CAMERA layers {...

@kamaltyagi02 your issue is unrelated to this one. Please open a separate issue.

https://github.com/livekit/client-sdk-swift/pull/122

It's a little unclear what you mean here, can you provide screenshots or a reproducible example?

SimulcastVideoEncoder was added in a separate commit that is not reflected in the google webrtc repo. Using gclient to fetch the webrtc code probably means you fetched the google webrtc...