fix(build): remove wrong jsdoc
This commit is contained in:
parent
632dec28ae
commit
63124f35fd
@ -124,7 +124,7 @@ export class Zoom extends IonicNativePlugin {
|
||||
* @param meetingNo meeting number.
|
||||
* @param meetingPassword meeting password.
|
||||
* @param options meeting options.
|
||||
* @return {Promise<any>>}
|
||||
* @return {Promise<any>}
|
||||
*/
|
||||
@Cordova()
|
||||
joinMeeting(meetingNo: string, meetingPassword: string, displayName: string, options: any): Promise<any> { return; }
|
||||
|
Loading…
Reference in New Issue
Block a user