Skip to content

Conversation

@jsterj
Copy link

@jsterj jsterj commented Mar 14, 2025

This PR updates the createMeeting function in Zoom.php to allow specifying a different user as the meeting host. Previously, the function defaulted to using the API caller’s account as the host. Now, if a paid Zoom account has multiple users, a specific user ID can be passed to designate them as the host. If no user is provided, it defaults to the current user.

Additionally, the documentation has been updated to include an example of passing a custom user ID when creating a meeting. This ensures users are aware of the new functionality and how to use it effectively.

jsterj added 2 commits March 14, 2025 09:46
Enhanced the createMeeting function in Zoom.php to allow specifying a different Zoom user as the meeting host. Previously, the function defaulted to using the API caller's account as the host. Now, if a paid Zoom account has multiple users, you can pass a specific user ID to designate them as the host. Defaults to the current user if none is provided.
Updated README to clarify how to pass a custom user ID when creating a meeting with createMeeting. This ensures users understand how to designate a different host instead of defaulting to the API caller's account.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant