-
Notifications
You must be signed in to change notification settings - Fork 0
InfobipRTCFactory
Ajša Terko edited this page Feb 22, 2023
·
1 revision
type InfobipRTCFactory = (token: string, rtcOptions: any) => InfobipRTC;
Creator function which returns a new object instance implementing the InfobipRTC
interface.