|
@@ -191,6 +191,15 @@ var VideoLayout = (function (my) {
|
191
|
191
|
return LargeVideo.getResourceJid();
|
192
|
192
|
};
|
193
|
193
|
|
|
194
|
+ /**
|
|
195
|
+ * Return the type of the remote video.
|
|
196
|
+ * @param jid the jid for the remote video
|
|
197
|
+ * @returns the video type video or screen.
|
|
198
|
+ */
|
|
199
|
+ my.getRemoteVideoType = function (jid) {
|
|
200
|
+ return remoteVideoTypes[jid];
|
|
201
|
+ };
|
|
202
|
+
|
194
|
203
|
/**
|
195
|
204
|
* Called when large video update is finished
|
196
|
205
|
* @param currentSmallVideo small video currently displayed on large video
|