-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
- Loading branch information
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
import { | ||
HMSPollCreateParams, | ||
HMSPollQuestionCreateParams, | ||
HMSPollQuestionResponseCreateParams, | ||
} from '@100mslive/hms-video'; | ||
|
||
export interface IHMSInteractivityCenter { | ||
createPoll(poll: HMSPollCreateParams): Promise<void>; | ||
startPoll(poll: string | HMSPollCreateParams): Promise<void>; | ||
stopPoll(poll: string): Promise<void>; | ||
addQuestionsToPoll(pollID: string, questions: HMSPollQuestionCreateParams[]): Promise<void>; | ||
addResponsesToPoll(pollID: string, responses: HMSPollQuestionResponseCreateParams[]): Promise<void>; | ||
} |
045fd6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
storybook-app – ./packages/roomkit-react
storybook-app-git-production-100mslive.vercel.app
storybook-app-five.vercel.app
storybook-app-100mslive.vercel.app
ui.100ms.live
045fd6f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
dashboard-app – ./apps/100ms-custom-app
dashboard-app-100mslive.vercel.app
100ms-custom-app-prod.vercel.app
dashboard-app-git-production-100mslive.vercel.app
*.app.100ms.live
customprod.app.100ms.live
dashboard-app-phi.vercel.app