Documentation

Markers

Table of Contents

src/OpenTok/Archive.php 3
src/OpenTok/ArchiveList.php 2
src/OpenTok/Broadcast.php 2
src/OpenTok/Exception/ArchiveDomainException.php 1
src/OpenTok/Exception/AuthenticationException.php 1
src/OpenTok/Exception/BroadcastDomainException.php 1
src/OpenTok/OpenTok.php 1

Archive.php

Type Line Description
TODO 136 throw an logic error about not being able to stop an archive thats deleted
TODO 171 throw an logic error about not being able to stop an archive thats deleted
TODO 200 throw an logic error about not being able to stop an archive thats deleted

ArchiveList.php

Type Line Description
TODO 8 may want to implement the ArrayAccess interface in the future
TODO 9 what does implementing JsonSerializable gain for us?

Broadcast.php

Type Line Description
TODO 140 not yet implemented by the platform
TODO 159 platform implementation did not meet API review spec

ArchiveDomainException.php

Type Line Description
TODO 5 this kind of exception has a detailed message from the HTTP response, use it.

AuthenticationException.php

Type Line Description
TODO 5 this kind of exception is more meaningful if we pass in the apiKey and apiSecret

BroadcastDomainException.php

Type Line Description
TODO 5 this kind of exception has a detailed message from the HTTP response, use it.

OpenTok.php

Type Line Description
TODO 701 not yet implemented by the platform

Search results