Kyu Simm
Kyu Simm
@tindevelopers Thanks for sharing the meeting ID. ### Chime SDK server logs Chime SDK server logs for the meeting ID: 1d57c785-fbaa-498d-8a56-617a9ae80706 > Content sharing-related events in **bold** - **Attendee A**...
Chime SDK server logs for the meeting ID: dd7a9b1d-02e5-4825-808d-b80eb5d70706 - **Attendee D** toggled screen sharing three times at 07:25:49, 07:33:18, and 07:44:02 (PST). Could you check if your frequent stop...
> I am wondering if something is causing an instantaneous double click on the front or back end. We are using REACT NATIVE and Electron. Is there a way that...
Yes, `meetingSession.audioVideo.start` allows an attendee to join your Chime SDK meeting, and `meetingSession.audioVideo.stop` allows them to leave the meeting.
Yes, however, it does depend on the number of attendees in a meeting. If there are additional attendees who connect to the meeting after one attendee leaves with the `meetingSession.audioVideo.stop`...
The Chime SDK server logs indicate that the attendee with the ID `f71889ba-ce37-45df-40fb-19e16e56336f` has no issue joining a Chime SDK meeting. Time | Action --|-- 08/02/23 14:46:09 | Created with...
Based on the following error message, it seems the binding code might be failing either before or after invoking `meetingSession.audioVideo.bindAudioElement` or `meetingSession.audioVideo.bindVideoElement` within the `videoTileDidUpdate`. ``` Uncaught (in promise) aElement.wrappedJSObject.play...