I would like to handle the event of different participants joining a meeting. Is it possible to be alerted of this either via JavaScript API, web hook, or something similar?
@bennycatalyst welcome to the community!
Yes you can do this in the JavaScript.
Here are posts to get started:
You’ll want
participantJoined
Thanks @corby!
I made an assumption I could trace an answer from the JavaScript API to the React Native and/or Android API but I could not. Is there a way similar to intercepting these events in the JavaScript API in the Java and/or ReactNative API?