Socket
Socket
Sign inDemoInstall

agora-react-uikit

Package Overview
Dependencies
28
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.6 to 1.0.7

3

dist/Controls/Local/muteAudio.d.ts
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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc