dingrtc 3.9.17 → 3.9.18-beta.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +3 -2
- package/dist/index.esm.js +3 -1
- package/dist/index.js +3 -1
- package/dist/index.umd.js +9 -3
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2438,7 +2438,7 @@ declare class RtcUserManager extends EventEmitter<UserManagerEvent> {
|
|
|
2438
2438
|
private serviceManager;
|
|
2439
2439
|
users: Map<string, User>;
|
|
2440
2440
|
currentUid: string;
|
|
2441
|
-
|
|
2441
|
+
currentSelfPid: string;
|
|
2442
2442
|
reporter: Reporter;
|
|
2443
2443
|
logger: ILogger;
|
|
2444
2444
|
streamManager: StreamManager;
|
|
@@ -3895,4 +3895,5 @@ declare class DingRTC extends EventEmitter<IGlobalEvent> {
|
|
|
3895
3895
|
}
|
|
3896
3896
|
declare const _default: DingRTC;
|
|
3897
3897
|
|
|
3898
|
-
export { AudioSourceInfo, AudioSourceState,
|
|
3898
|
+
export { AudioSourceInfo, AudioSourceState, CameraVideoTrack, DingRTCClient, FALLBACK_SUB_VIDEO_PROFILE, LocalAudioTrack, LocalTrack, LocalVideoTrack, MicrophoneAudioTrack, RemoteAudioTrack, RemoteTrack, User as RemoteUser, RemoteVideoTrack, Track, VideoSourceInfo, _default as default };
|
|
3899
|
+
export type { BufferSourceAudioTrackConfig, CameraVideoTrackConfig, ChannelEvens, ConnectionState, CustomAudioTrackConfig, CustomVideoTrackConfig, DeviceInfo, DisconnectedReason, GlobalClientConfigInfo, Group, GroupAudioRoute, GroupPropertyUpdateTypes, GroupUser, IClientEvents, ICommonExceptionEvent, IGlobalEvent, ISharedChannelInstance, JoinGroupConfig, JoinParam, LeaveGroupConfig, LocalAudioStates, LocalVideoStates, LocalVideoStatesMap, LogLevel, MicrophoneAudioTrackConfig, NetworkQuality, OptimizationMode, RemoteAudioStates, RemoteStreamType, RemoteVideoStates, RemoteVideoStatesMap, ScreenVideoTrackConfig, SubscribeParam, SubscribeResult, TrackMediaType, UnsubscribeParam, VideoDimension, VideoEncoderConfiguration, VideoPlayerConfig };
|