github.com/grokify/go-ringcentral-client@v0.3.31/office/v1/client/docs/RcVideoNotificationsEvent.md (about)

     1  # RcVideoNotificationsEvent
     2  
     3  ## Properties
     4  Name | Type | Description | Notes
     5  ------------ | ------------- | ------------- | -------------
     6  **Id** | **string** | Identifier of a meeting | [optional] 
     7  **Name** | **string** | Meeting Name | [optional] 
     8  **Start** | **string** | Datetime of meeting start in ISO 8601 format including timezone, for example 2016-03-10T18:07:52.534Z | [optional] 
     9  **Duration** | **int32** | Meeting duration | [optional] 
    10  **Participants** | [**RcvParticipantsInfo**](RCVParticipantsInfo.md) |  | [optional] 
    11  **Recorded** | **bool** | Specifies whether a meeting is recorded or not | [optional] 
    12  **Recording** | [**RcvRecordingInfo**](RCVRecordingInfo.md) |  | [optional] 
    13  
    14  [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
    15  
    16