Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRecordingRequest

Hierarchy

  • IRecordingRequest

Index

Properties

action

action: string

start|stop, depending on whether you want to start or stop recording something

audio

audio: boolean

true|false; whether or not our audio should be recorded

filename

filename: string

base path/filename to use for all the recordings

peer_audio

peer_audio: boolean

true|false; whether or not our peer's audio should be recorded

peer_video

peer_video: boolean

true|false; whether or not our peer's video should be recorded

request

request: "recording"

video

video: boolean

true|false; whether or not our video should be recorded

Generated using TypeDoc