Searched refs:onRecordingStatusUpdate (Results 1 – 5 of 5) sorted by relevance
160 …ateAsync = async (options = RecordingOptionsPresets.LOW_QUALITY, onRecordingStatusUpdate = null, p…165 recording.setOnRecordingStatusUpdate(onRecordingStatusUpdate);207 setOnRecordingStatusUpdate(onRecordingStatusUpdate) { argument208 this._onRecordingStatusUpdate = onRecordingStatusUpdate;209 if (onRecordingStatusUpdate == null) {
102 …static createAsync: (options?: RecordingOptions, onRecordingStatusUpdate?: ((status: RecordingStat…117 …setOnRecordingStatusUpdate(onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null): v…
1 …onRecordingStatusUpdate for the final state.\n };\n\n _pollingLoop = async () => {\n if (isAu…
197 onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null = null,204 recording.setOnRecordingStatusUpdate(onRecordingStatusUpdate);248 setOnRecordingStatusUpdate(onRecordingStatusUpdate: ((status: RecordingStatus) => void) | null) {249 this._onRecordingStatusUpdate = onRecordingStatusUpdate;250 if (onRecordingStatusUpdate == null) {
144 const onRecordingStatusUpdate = t.jasmine.createSpy('onRecordingStatusUpdate');145 recordingObject.setOnRecordingStatusUpdate(onRecordingStatusUpdate);146 t.expect(onRecordingStatusUpdate).toHaveBeenCalledWith(150 t.expect(onRecordingStatusUpdate).toHaveBeenCalledWith(159 const onRecordingStatusUpdate = t.jasmine.createSpy('onRecordingStatusUpdate');160 recordingObject.setOnRecordingStatusUpdate(onRecordingStatusUpdate);161 t.expect(onRecordingStatusUpdate).toHaveBeenCalledWith(165 t.expect(onRecordingStatusUpdate).toHaveBeenCalledWith(171 t.expect(onRecordingStatusUpdate).toHaveBeenCalledWith(