@rongcloud/plugin-rtc 5.6.4 → 5.6.5-beem

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
@@ -1,7 +1,7 @@
1
1
  /*
2
- * RCRTC - v5.6.4
3
- * CommitId - a323245f0d55a4ad62a96924c978183dbe0151e3
4
- * Wed Nov 30 2022 17:30:59 GMT+0800 (China Standard Time)
2
+ * RCRTC - v5.6.5-beem
3
+ * CommitId - 6bae08310b35cf5ec94005dfbf39555ce874cd7c
4
+ * Fri Dec 09 2022 10:16:58 GMT+0800 (China Standard Time)
5
5
  * ©2020 RongCloud, Inc. All rights reserved.
6
6
  */
7
7
  import { EventEmitter, BasicLogger, INaviInfo, RTCPluginContext, AbsCodec, IPromiseResult, ErrorCode, KVString, IRuntime, IAsyncRes, ConnectionStatus, ConversationType, ISendMsgOptions, IReceivedMessage, EnableLogL, IPluginGenerator } from '@rongcloud/engine';
@@ -1624,7 +1624,7 @@ declare class RCMediaService {
1624
1624
  * @param header
1625
1625
  * @param body
1626
1626
  */
1627
- exchange(headers: IRTCReqHeader, body: IExchangeReqBody, traceId: string): Promise<{
1627
+ exchange(headers: IRTCReqHeader, body: IExchangeReqBody, traceId: string, isNeedUpdateMsas?: boolean): Promise<{
1628
1628
  code: RCRTCCode;
1629
1629
  data?: IExchangeResponse | undefined;
1630
1630
  }>;