Hello,
Call getMediaAccess() after API initiation , e.g.
Flashphoner.getMediaAccess(null, localVideo);
The 1st parameter is for video constraints (default will be used if 'null'), and the 2nd is the element, in which video from camera will be displayed.
This can be checked with WebRTC as RTMP...