We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85f3e09 commit 2f4c601Copy full SHA for 2f4c601
rustplus.js
@@ -337,10 +337,9 @@ class RustPlus extends EventEmitter {
337
338
/**
339
* Unsubscribes from a Camera
340
- * @param identifier Camera Identifier
341
* @param callback
342
*/
343
- unsubscribeFromCamera(identifier, callback) {
+ unsubscribeFromCamera(callback) {
344
this.sendRequest({
345
cameraUnsubscribe: {
346
0 commit comments