Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: delete role property from README.md #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 21, 2023

  1. Fix: delete role property from README.md

    As far as I understand and being experienced with the API. Proving the role property causes the Meeting SDK to enter a state where it is not possible to join the meeting. The role property is not required and the Meeting SDK will automatically assign the role based on the token provided by the Auth endpoint.
    
    I updated the README.md to reflect this, because it is confusing to have the role property in the example code and not have it work when I was trying to use the Meeting SDK.
    
    Please let me know if the change makes sense.
    iamsantek committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    77509f2 View commit details
    Browse the repository at this point in the history