@microsoft/teams-js 2.10.0-beta.0 → 2.10.0-beta.1
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/MicrosoftTeams.d.ts
CHANGED
@@ -7673,19 +7673,7 @@ export interface IFluidTenantInfo {
|
|
7673
7673
|
/**
|
7674
7674
|
* The Fluid service endpoint Live Share should use.
|
7675
7675
|
*/
|
7676
|
-
serviceEndpoint
|
7677
|
-
/**
|
7678
|
-
* @deprecated
|
7679
|
-
* As of Fluid 1.0 this configuration information has been deprecated in favor of
|
7680
|
-
* `serviceEndpoint`.
|
7681
|
-
*/
|
7682
|
-
ordererEndpoint: string;
|
7683
|
-
/**
|
7684
|
-
* @deprecated
|
7685
|
-
* As of Fluid 1.0 this configuration information has been deprecated in favor of
|
7686
|
-
* `serviceEndpoint`.
|
7687
|
-
*/
|
7688
|
-
storageEndpoint: string;
|
7676
|
+
serviceEndpoint: string;
|
7689
7677
|
}
|
7690
7678
|
/**
|
7691
7679
|
* Live Share host implementation for O365 and Teams clients.
|
package/dist/MicrosoftTeams.js
CHANGED
@@ -1969,7 +1969,6 @@ var teamsRuntimeConfig = {
|
|
1969
1969
|
fullTrust: {},
|
1970
1970
|
},
|
1971
1971
|
remoteCamera: {},
|
1972
|
-
sharing: {},
|
1973
1972
|
stageView: {},
|
1974
1973
|
teams: {
|
1975
1974
|
fullTrust: {},
|
@@ -2057,6 +2056,10 @@ var versionConstants = {
|
|
2057
2056
|
capability: { people: {} },
|
2058
2057
|
hostClientTypes: v1HostClientTypes,
|
2059
2058
|
},
|
2059
|
+
{
|
2060
|
+
capability: { sharing: {} },
|
2061
|
+
hostClientTypes: [HostClientType.desktop, HostClientType.web],
|
2062
|
+
},
|
2060
2063
|
],
|
2061
2064
|
'2.0.1': [
|
2062
2065
|
{
|
@@ -2155,7 +2158,7 @@ var _minRuntimeConfigToUninitialize = {
|
|
2155
2158
|
};
|
2156
2159
|
|
2157
2160
|
;// CONCATENATED MODULE: ./src/public/version.ts
|
2158
|
-
var version = "2.10.0-beta.
|
2161
|
+
var version = "2.10.0-beta.1";
|
2159
2162
|
|
2160
2163
|
;// CONCATENATED MODULE: ./src/internal/internalAPIs.ts
|
2161
2164
|
|
@@ -8045,7 +8048,7 @@ var video;
|
|
8045
8048
|
}
|
8046
8049
|
});
|
8047
8050
|
}); });
|
8048
|
-
sendMessageToParent('video.registerForVideoFrame', [
|
8051
|
+
sendMessageToParent('video.mediaStream.registerForVideoFrame', [
|
8049
8052
|
{
|
8050
8053
|
format: VideoFrameFormat.NV12,
|
8051
8054
|
},
|