NAME

API::MailboxOrg::API::Videochat - MailboxOrg::API::Videochat

VERSION

version 1.0.2

SYNOPSIS

use API::MailboxOrg;

my $user     = '1234abc';
my $password = '1234abc';

my $api      = API::MailboxOrg->new(
    user     => $user,
    password => $password,
);

METHODS

add

Add a new video channel for an e-mail address

Available for admin, account, domain, mail

Parameters:

  • mail

  • room_name

  • room_memo

returns: boolean

$api->videochat->add(%params);

del

Delete a video channel from an e-mail address

Available for admin, account, domain, mail

Parameters:

  • mail

  • room_id

returns: boolean

$api->videochat->del(%params);

list

List all video channels from an e-mail address

Available for admin, account, domain, mail

Parameters:

  • mail

returns: array

$api->videochat->list(%params);

update

Update a video channel for an e-mail address

Available for admin, account, domain, mail

Parameters:

  • mail

  • room_id

  • room_name

  • room_password

  • room_admin_password

  • room_memo

returns: boolean

$api->videochat->update(%params);

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2022 by Renee Baecker.

This is free software, licensed under:

The Artistic License 2.0 (GPL Compatible)