Home - affluxis/csjava GitHub Wiki

This document is designed to be used in conjunction with the information in the online Java Dictionary. To write communication applications, you must be familiar with writing Java in general. Refer to that document for general scripting information, and use this document to add communication functionality to your applications. Entries in this document are alphabetical by class name and then by method, property, or event handler name.

Note
Due to platform limitations/peculiarities, the following rules apply:

  • Only one level of application instance is supported with Af2NetConnection.

Due to non-desktop platform limitations/peculiarities, the following rules apply:

  • The same Af2Camera.index is to be used with Af2NetStream.attachAudio & Af2Video.attachVideo.
  • Af2Camera.setMode & Af2Camera.setQuality functions have effect only before Af2NetStream.publish is called.
  • It is advisable to issue Af2System.showSettings(this, 0) command for the user to allow access to local media.