isCoHostModalVisible
isCoHostModalVisible: boolean
OptionalcurrentCohost
currentCohost?: string
Optionalposition
position?: string
OptionalbackgroundColor
backgroundColor?: string
updateCoHostResponsibility
updateCoHost
updateCoHost: ((coHost: string) => void)
updateIsCoHostModalVisible
updateIsCoHostModalVisible: ((isCoHostModalVisible: boolean) => void)
socket
socket: Socket<DefaultEventsMap, DefaultEventsMap>
onCoHostClose
onCoHostClose: (() => void)
OptionalonModifyEventSettings
OptionaloverlayStyle
overlayStyle?: Partial<CSSStyleDeclaration>
OptionalcontentStyle
contentStyle?: Partial<CSSStyleDeclaration>
OptionalcustomTemplate
customTemplate?: any