@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 +4 -4
- package/dist/index.esm.js +29097 -16
- package/dist/index.js +29126 -16
- package/dist/index.umd.js +29130 -16
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* RCRTC - v5.6.
|
|
3
|
-
* CommitId -
|
|
4
|
-
*
|
|
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
|
}>;
|