Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.03 KB

File metadata and controls

16 lines (13 loc) · 1.03 KB

IO.Swagger.Model.VideoRecorderMethodResponse

Properties

Name Type Description Notes
UserId string The id of the user for whom this video will be recorded [optional]
Email string The email address of the user for whom this video will be recorded [optional]
ClientId string The client_id of the user for whom this video will be recorded [optional]
VidId string The id of the video that will be recorded [optional]
Content string An HTML blob that displays a video recorder [optional]
Width int? The width of the video recorder [optional]
Height int? the Height of the video recorder [optional]
Https bool? Whether communication from the recorder will be handled via HTTPS (always true) [optional]

[Back to Model list] [Back to API list] [Back to README]