@opentok/client 2.24.5 → 2.24.7
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/js/opentok.d.ts +3 -0
- package/dist/js/opentok.js +8860 -13974
- package/dist/js/opentok.js.map +1 -1
- package/dist/js/opentok.min.js +8 -8
- package/dist/js/opentok.min.js.map +1 -1
- package/package.json +1 -1
package/dist/js/opentok.d.ts
CHANGED
|
@@ -125,12 +125,14 @@ declare namespace OT {
|
|
|
125
125
|
export type PublisherProperties = WidgetProperties & GetUserMediaProperties & {
|
|
126
126
|
audioBitrate?: number;
|
|
127
127
|
audioFallbackEnabled?: boolean;
|
|
128
|
+
initials?: string;
|
|
128
129
|
mirror?: boolean;
|
|
129
130
|
name?: string;
|
|
130
131
|
publishAudio?: boolean;
|
|
131
132
|
publishVideo?: boolean;
|
|
132
133
|
publishCaptions?: boolean;
|
|
133
134
|
scalableScreenshare?: boolean;
|
|
135
|
+
scalableVideo?: boolean;
|
|
134
136
|
style?: Partial<PublisherStyle>;
|
|
135
137
|
videoContentHint?: VideoContentHint;
|
|
136
138
|
enableDtx?: boolean;
|
|
@@ -165,6 +167,7 @@ declare namespace OT {
|
|
|
165
167
|
frameRate: number;
|
|
166
168
|
hasAudio: boolean;
|
|
167
169
|
hasVideo: boolean;
|
|
170
|
+
initials: string;
|
|
168
171
|
name: string;
|
|
169
172
|
streamId: string;
|
|
170
173
|
videoDimensions: {
|