agora-react-uikit
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -33,5 +33,5 @@ /** | ||
export { RemoteVideoMute, RemoteAudioMute, SwapUser, LocalVideoMute, LocalAudioMute, EndCall, BtnTemplate, icons, LocalControls, GridVideo, PinnedVideo, MaxVideoView, MinVideoView, VideoPlaceholder, RtcConfigure, TracksConfigure, LocalUserContext, MaxUidContext, MinUidContext, PropsContext, RtcContext, VideocallUI, muteAudio, muteVideo, RemoteMutePopUp, RtmProvider, RtmContext, RtmConsumer, RtmConfigure, RtcProvider, RtcConsumer, createRawMessage, parsePayload }; | ||
export type { RtcPropsInterface, RtmProperInterface, CallbacksInterface, StylePropInterface, PropsInterface, VideoPlaceholderProps } from './PropsContext'; | ||
export type { RtcPropsInterface, RtmPropsInterface, CallbacksInterface, StylePropInterface, PropsInterface, VideoPlaceholderProps } from './PropsContext'; | ||
export type { rtmCallbacks, muteRequest, messageType, messageObject, userData } from './RtmContext'; | ||
export { rtmStatusEnum, mutingDevice, popUpStateEnum } from './RtmContext'; | ||
export { layout } from './PropsContext'; |
@@ -282,3 +282,3 @@ import { IAgoraRTCClient, VideoPlayerConfig, IRemoteAudioTrack, IRemoteVideoTrack, ILocalVideoTrack, ILocalAudioTrack, UID, RemoteStreamFallbackType, ConnectionState, ConnectionDisconnectedReason, IAgoraRTCRemoteUser, RemoteStreamType, ChannelMediaRelayState, ChannelMediaRelayError, ChannelMediaRelayEvent, NetworkQuality, AgoraRTCError, IMicrophoneAudioTrack, ICameraVideoTrack } from 'agora-rtc-react'; | ||
*/ | ||
export interface RtmProperInterface { | ||
export interface RtmPropsInterface { | ||
/** | ||
@@ -377,3 +377,3 @@ * Username for the RTM Client, this value can be accessed using the userData object | ||
*/ | ||
rtmProps?: RtmProperInterface; | ||
rtmProps?: RtmPropsInterface; | ||
/** | ||
@@ -380,0 +380,0 @@ * Props used to customise the UI Kit's appearance (accepts style object for different components) |
{ | ||
"name": "agora-react-uikit", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A React based UIKit for the Agora Web SDK", | ||
@@ -5,0 +5,0 @@ "author": "EkaanshArora", |
Sorry, the diff of this file is not supported yet
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
539269