Hi,
I can successfully extract audio from the API, via WebRTC, but it is being impossible to leverage CSRC to identify which audio stream belongs to which meet participant, which is crucial for my app. I can get CSRC, but how can I use that to identify the actual identity/name of that participant?? How can I correlate every audio stream to an actual person (or identifier)? I need to know WHO says WHAT. Or maybe this is impossible? I want to get actual participant names for every stream. I've tried to also use Google Meet REST API and People API, but I see no relationship at all between CSRC and any data within Google Meet REST API / People API