Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
E2ESecurityCode Struct Reference

End-to-end security code. More...

#include <IMeetingService.h>

Data Fields

std::string code
 The security code.
 
int64_t secondsSinceLastUpdate = -1
 The seconds since last update code.
 

Detailed Description

End-to-end security code.

Definition at line 90 of file IMeetingService.h.

Field Documentation

◆ code

std::string E2ESecurityCode::code

The security code.

Definition at line 92 of file IMeetingService.h.

◆ secondsSinceLastUpdate

int64_t E2ESecurityCode::secondsSinceLastUpdate = -1

The seconds since last update code.

Definition at line 93 of file IMeetingService.h.