record Paused record Paused : boolean
recording Video Type recording Video Type : string
recording Display Type recording Display Type : "video" | "media" | "all"
recording Background Color recording Background Color : string
recording Name Tags Color recording Name Tags Color : string
recording Orientation Video recording Orientation Video : string
recording Name Tags recording Name Tags : boolean
recording Add Text recording Add Text : boolean
recording Custom Text recording Custom Text : string
recording Custom Text Position recording Custom Text Position : string
recording Custom Text Color recording Custom Text Color : string
recording Media Options recording Media Options : string
recording Audio Options recording Audio Options : string
recording Video Options recording Video Options : string
recording AddHLS recording AddHLS : boolean
update Recording Video Type update Recording Video Type : ( ( value : string ) => void )
update Recording Display Type update Recording Display Type : ( ( value : "video" | "media" | "all" ) => void )
update Recording Background Color update Recording Background Color : ( ( value : string ) => void )
update Recording Name Tags Color update Recording Name Tags Color : ( ( value : string ) => void )
update Recording Orientation Video update Recording Orientation Video : ( ( value : string ) => void )
update Recording Name Tags update Recording Name Tags : ( ( value : boolean ) => void )
update Recording Add Text update Recording Add Text : ( ( value : boolean ) => void )
update Recording Custom Text update Recording Custom Text : ( ( value : string ) => void )
update Recording Custom Text Position update Recording Custom Text Position : ( ( value : string ) => void )
update Recording Custom Text Color update Recording Custom Text Color : ( ( value : string ) => void )
update Recording Media Options update Recording Media Options : ( ( value : string ) => void )
update Recording Audio Options update Recording Audio Options : ( ( value : string ) => void )
update Recording Video Options update Recording Video Options : ( ( value : string ) => void )
update Recording AddHLS update Recording AddHLS : ( ( value : boolean ) => void )
prev Active Names prev Active Names : string []
update Active Names update Active Names : ( ( activeNames : string [] ) => void )
update Prev Active Names update Prev Active Names : ( ( prevActiveNames : string [] ) => void )
active Names active Names : string []
audio Params audio Params : ProducerOptions
video Params video Params : ProducerOptions
local Stream Screen local Stream Screen : MediaStream
connect Send Transport Audio connect Send Transport Video audio Producer audio Producer : Producer < AppData >
Optional
local Audio Producer local Audio Producer ?: Producer < AppData >
update Audio Producer update Audio Producer : ( ( producer : Producer < AppData > ) => void )
Optional
update Local Audio Producer update Local Audio Producer ?: ( ( localProducer : Producer < AppData > ) => void )
update Audio Level update Audio Level : ( ( level : number ) => void )
screen Params screen Params : ProducerOptions
params params : ProducerOptions
video Producer video Producer : Producer < AppData >
Optional
local Video Producer local Video Producer ?: Producer < AppData >
update Main Window update Main Window : boolean
update Video Producer update Video Producer : ( ( producer : Producer < AppData > ) => void )
Optional
update Local Video Producer update Local Video Producer ?: ( ( localProducer : Producer < AppData > ) => void )
update Update Main Window update Update Main Window : ( ( state : boolean ) => void )
producer Transport producer Transport : Transport < AppData >
Optional
local Producer Transport local Producer Transport ?: Transport < AppData >
update Producer Transport update Producer Transport : ( ( producerTransport : Transport < AppData > ) => void )
Optional
update Local Producer Transport update Local Producer Transport ?: ( ( localTransport : Transport < AppData > ) => void )
update Transport Created update Transport Created : ( ( transportCreated : boolean ) => void )
Optional
update Local Transport Created update Local Transport Created ?: ( ( localTransportCreated : boolean ) => void )
main Screen Person main Screen Person : string
admin On Main Screen admin On Main Screen : boolean
main Screen Filled main Screen Filled : boolean
update Prev Screen States update Prev Screen States : ( ( states : ScreenState [] ) => void ) Optional
update Date State update Date State ?: number
last Update last Update : number
n For Readjust n For Readjust : number
share Screen Started share Screen Started : boolean
update Update Date State update Update Date State : ( ( timestamp : number ) => void )
update Last Update update Last Update : ( ( lastUpdate : number ) => void )
updateNFor Readjust updateNFor Readjust : ( ( nForReadjust : number ) => void )
meeting Display Type meeting Display Type : string
recording Video Participants Full Room Support recording Video Participants Full Room Support : boolean
recording All Participants Support recording All Participants Support : boolean
recording Video Participants Support recording Video Participants Support : boolean
recording Support For Other Orientation recording Support For Other Orientation : boolean
recording Preferred Orientation recording Preferred Orientation : string
recording Multi Formats Support recording Multi Formats Support : boolean
recording Video Optimized recording Video Optimized : boolean
recording All Participants Full Room Support recording All Participants Full Room Support : boolean
meeting Video Optimized meeting Video Optimized : boolean
break Out Room Started break Out Room Started : boolean
break Out Room Ended break Out Room Ended : boolean
update Recording Video Optimized update Recording Video Optimized : ( ( value : boolean ) => void )
update User Recording Params update Confirmed To Record update Confirmed To Record : ( ( value : boolean ) => void )
record Elapsed Time record Elapsed Time : number
record Start Time record Start Time : number
Optional
record Timer Interval record Timer Interval ?: Timeout
is Timer Running is Timer Running : boolean
can Pause Resume can Pause Resume : boolean
record Change Seconds record Change Seconds : number
update Record Start Time update Record Start Time : ( ( time : number ) => void )
update Record Timer Interval update Record Timer Interval : ( ( interval : Timeout ) => void )
update Is Timer Running update Is Timer Running : ( ( isRunning : boolean ) => void )
update Can Pause Resume update Can Pause Resume : ( ( canPause : boolean ) => void )
socket socket : Socket < DefaultEventsMap , DefaultEventsMap >
Optional
local Socket local Socket ?: Socket < DefaultEventsMap , DefaultEventsMap >
update Is Recording Modal Visible update Is Recording Modal Visible : ( ( visible : boolean ) => void )
confirmed To Record confirmed To Record : boolean
video Already On video Already On : boolean
audio Already On audio Already On : boolean
record Started record Started : boolean
record Resumed record Resumed : boolean
record Stopped record Stopped : boolean
start Report start Report : boolean
end Report end Report : boolean
can Record can Record : boolean
update Cleared To Record update Cleared To Record : ( ( cleared : boolean ) => void )
update Record Started update Record Started : ( ( started : boolean ) => void )
update Record Paused update Record Paused : ( ( paused : boolean ) => void )
update Record Resumed update Record Resumed : ( ( resumed : boolean ) => void )
update Start Report update Start Report : ( ( started : boolean ) => void )
update End Report update End Report : ( ( ended : boolean ) => void )
update Can Record update Can Record : ( ( canRecord : boolean ) => void )
whiteboard Started whiteboard Started : boolean
whiteboard Ended whiteboard Ended : boolean
canvas Whiteboard canvas Whiteboard : HTMLCanvasElement
canvas Stream canvas Stream : MediaStream
update Canvas Stream update Canvas Stream : ( ( stream : MediaStream ) => void )
screen Producer screen Producer : Producer < AppData >
Optional
local Screen Producer local Screen Producer ?: Producer < AppData >
transport Created transport Created : boolean
Optional
local Transport Created local Transport Created ?: boolean
update Screen Producer update Screen Producer : ( ( producer : Producer < AppData > ) => void )
Optional
update Local Screen Producer update Local Screen Producer ?: ( ( localProducer : Producer < AppData > ) => void )
connect Send Transport Screen disconnect Send Transport Screen
Interface defining the parameters for the RecordingModal component. Extends ConfirmRecordingParameters and StartRecordingParameters for full recording functionality.
RecordingModalParameters
Recording State: