We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Typings for interface IOptions is wrong in following line.
interface IOptions
It must be
supportsVideo?: boolean, maximumCallGroups?: string, maximumCallsPerCallGroup?: string,
false, '1' and '1' are values not types. Also according to setup these fields are options.
false, '1' and '1'
Seems like this minor update has not tested for typescript.
The text was updated successfully, but these errors were encountered:
Hey @28harishkumar - thanks for this but theres already another issue for this over at #121
Maybe you could do a Pull Request to fix it?
Sorry, something went wrong.
No branches or pull requests
Typings for
interface IOptions
is wrong in following line.It must be
false, '1' and '1'
are values not types. Also according to setup these fields are options.Seems like this minor update has not tested for typescript.
The text was updated successfully, but these errors were encountered: