PennController for IBEX › Forums › Support › resize Media Recorder Elements › Reply To: resize Media Recorder Elements
January 25, 2021 at 1:01 pm
#6543
Keymaster
Hi,
You can code this manually:
newMediaRecorder("recorder","audio").log()
,
newButton("Record").print().wait().remove()
,
getMediaRecorder("recorder").record()
,
newButton("Stop").print().wait().remove()
,
getMediaRecorder("recorder").stop()
Jeremy