dingrtc 3.9.15 → 3.9.17

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 CHANGED
@@ -2695,7 +2695,7 @@ interface GlobalClientConfigInfo {
2695
2695
  disableTransportCC?: boolean;
2696
2696
  highStartBitrate?: boolean;
2697
2697
  connectPcTimeoutMs?: number;
2698
- preferH264CbProfile?: number;
2698
+ preferH264CbProfile?: boolean;
2699
2699
  }
2700
2700
  /**
2701
2701
  * 加入频道所需信息
@@ -3191,7 +3191,7 @@ declare class Track extends EventEmitter<ITrackEvent> {
3191
3191
  cycleStatsTimer: number;
3192
3192
  cycleStatsInterval: number;
3193
3193
  eventTriggedInterval: number;
3194
- get securityToken(): string;
3194
+ readonly securityToken: string;
3195
3195
  stopUpdateToken(): void;
3196
3196
  send(param: any): void;
3197
3197
  sendStats(param: any): void;
@@ -3210,7 +3210,7 @@ declare class Track extends EventEmitter<ITrackEvent> {
3210
3210
  started: boolean;
3211
3211
  start(slsConfig: _dingrtc_shared.SLSClientConfig): void;
3212
3212
  stop(): void;
3213
- get securityToken(): string;
3213
+ readonly securityToken: string;
3214
3214
  updateSecurityToken(securityToken: _dingrtc_shared.SecurityTokenDTO): void;
3215
3215
  sendMetric(param: any): void;
3216
3216
  sendEvent(param: any): void;
@@ -3895,5 +3895,4 @@ declare class DingRTC extends EventEmitter<IGlobalEvent> {
3895
3895
  }
3896
3896
  declare const _default: DingRTC;
3897
3897
 
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 };
3898
+ export { AudioSourceInfo, AudioSourceState, type BufferSourceAudioTrackConfig, CameraVideoTrack, type CameraVideoTrackConfig, type ChannelEvens, type ConnectionState, type CustomAudioTrackConfig, type CustomVideoTrackConfig, type DeviceInfo, DingRTCClient, type DisconnectedReason, FALLBACK_SUB_VIDEO_PROFILE, type GlobalClientConfigInfo, type Group, type GroupAudioRoute, type GroupPropertyUpdateTypes, type GroupUser, type IClientEvents, type ICommonExceptionEvent, type IGlobalEvent, type ISharedChannelInstance, type JoinGroupConfig, type JoinParam, type LeaveGroupConfig, type LocalAudioStates, LocalAudioTrack, LocalTrack, type LocalVideoStates, type LocalVideoStatesMap, LocalVideoTrack, type LogLevel, MicrophoneAudioTrack, type MicrophoneAudioTrackConfig, type NetworkQuality, type OptimizationMode, type RemoteAudioStates, RemoteAudioTrack, type RemoteStreamType, RemoteTrack, User as RemoteUser, type RemoteVideoStates, type RemoteVideoStatesMap, RemoteVideoTrack, type ScreenVideoTrackConfig, type SubscribeParam, type SubscribeResult, Track, type TrackMediaType, type UnsubscribeParam, type VideoDimension, type VideoEncoderConfiguration, type VideoPlayerConfig, VideoSourceInfo, _default as default };