|
|
@@ -207,12 +207,12 @@ DataChannels.prototype.sendSelectedEndpointMessage = function (endpointId) {
|
|
207
|
207
|
* or Error with "No opened data channels found!" message.
|
|
208
|
208
|
*/
|
|
209
|
209
|
DataChannels.prototype.sendPinnedEndpointMessage = function (endpointId) {
|
|
210
|
|
- this._onXXXEndpointChanged("pinnned", endpointId);
|
|
|
210
|
+ this._onXXXEndpointChanged("pinned", endpointId);
|
|
211
|
211
|
};
|
|
212
|
212
|
|
|
213
|
213
|
/**
|
|
214
|
214
|
* Notifies Videobridge about a change in the value of a specific
|
|
215
|
|
- * endpoint-related property such as selected endpoint and pinnned endpoint.
|
|
|
215
|
+ * endpoint-related property such as selected endpoint and pinned endpoint.
|
|
216
|
216
|
*
|
|
217
|
217
|
* @param xxx the name of the endpoint-related property whose value changed
|
|
218
|
218
|
* @param userResource the new value of the endpoint-related property after the
|