AdobeConnectClient\Commands\RecordingPasscode
Set the passcode on a Recording and turned into public.
Obs: to set the passcode on a Meeting use the aclFieldUpdate method with the
meeting-passcode as the fieldId and the passcode as the value.
Synopsis
class RecordingPasscode
extends Command
{
- // Inherited members from Command
- protected Client $client;
- // methods
- public void __construct()
- protected bool process()
- // Inherited methods from Command
- public Command setClient()
- public mixed execute()
- protected abstract mixed process()
Hierarchy
Extends
Coverage
Methods | 0% | 0 / 2 |
Lines | 0% | / |
Members
protected
- $client — AdobeConnectClient\Client
- $passcode — string
- $scoId — int
Methods
protected
Inherited from AdobeConnectClient\Command
protected
- process() — Process the command and return a value
public
- execute() — Executes the command and return a value
- setClient()