agora-react-uikit
Advanced tools
Comparing version 1.0.6 to 1.0.7
import { DispatchType } from '../../RtcContext'; | ||
import { LocalUIKitUser } from '../../PropsContext'; | ||
import { ILocalAudioTrack } from 'agora-rtc-react'; | ||
declare const _default: (user: LocalUIKitUser, dispatch: DispatchType, localAudioTrack: ILocalAudioTrack) => Promise<void>; | ||
import { CallbacksInterface } from '../..'; | ||
declare const _default: (user: LocalUIKitUser, dispatch: DispatchType, localAudioTrack: ILocalAudioTrack, callbacks?: Partial<CallbacksInterface> | undefined) => Promise<void>; | ||
export default _default; |
import { DispatchType } from '../../RtcContext'; | ||
import { LocalUIKitUser } from '../../PropsContext'; | ||
import { CallbacksInterface, LocalUIKitUser } from '../../PropsContext'; | ||
import { ILocalVideoTrack } from 'agora-rtc-react'; | ||
declare const _default: (user: LocalUIKitUser, dispatch: DispatchType, localVideoTrack: ILocalVideoTrack) => Promise<void>; | ||
declare const _default: (user: LocalUIKitUser, dispatch: DispatchType, localVideoTrack: ILocalVideoTrack, callbacks?: Partial<CallbacksInterface> | undefined) => Promise<void>; | ||
export default _default; |
@@ -37,2 +37,2 @@ /** | ||
export { rtmStatusEnum, mutingDevice, popUpStateEnum } from './RtmContext'; | ||
export { layout } from './PropsContext'; | ||
export { layout, ToggleState } from './PropsContext'; |
{ | ||
"name": "agora-react-uikit", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A React based UIKit for the Agora Web SDK", | ||
@@ -5,0 +5,0 @@ "author": "EkaanshArora", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
544893
5041