Show / Hide Table of Contents

Class VideoMeetingHelper

Inheritance
Object
VideoMeetingHelper
Namespace: SuperOffice.Util
Assembly: SoDataBase.dll
Syntax
public class VideoMeetingHelper : Object

Constructors

VideoMeetingHelper()

Declaration
public VideoMeetingHelper()

VideoMeetingHelper(String)

Declaration
public VideoMeetingHelper(string videoMeetingEndpoint)
Parameters
Type Name Description
String videoMeetingEndpoint

Properties

CreateMeetingUrl

Declaration
public string CreateMeetingUrl { get; }
Property Value
Type Description
String

ReserveMeetingUrl

Declaration
public string ReserveMeetingUrl { get; }
Property Value
Type Description
String

Methods

CreateVideoMeetingFromAppointment(String, String, String, Int32)

Declaration
public bool CreateVideoMeetingFromAppointment(string centralserviceVideomeetId, string icsData, string jwtToken, int appointmentId)
Parameters
Type Name Description
String centralserviceVideomeetId
String icsData
String jwtToken
Int32 appointmentId
Returns
Type Description
Boolean

CreateVideoMeetingReservation()

Declaration
public VideoMeetingHelper.VideoMeetingReservation CreateVideoMeetingReservation()
Returns
Type Description
VideoMeetingHelper.VideoMeetingReservation

DeleteMeetingUrl(String)

Declaration
public string DeleteMeetingUrl(string meetingId)
Parameters
Type Name Description
String meetingId
Returns
Type Description
String

DeleteVideoMeetingReservation(String)

Declaration
public void DeleteVideoMeetingReservation(string meetingId)
Parameters
Type Name Description
String meetingId

GetLoginUrl(String, String)

Declaration
public string GetLoginUrl(string callbackUri, string state)
Parameters
Type Name Description
String callbackUri
String state
Returns
Type Description
String

IsAuthenticationRequired()

Declaration
public bool IsAuthenticationRequired()
Returns
Type Description
Boolean

UnreserveMeetingUrl(String)

Declaration
public string UnreserveMeetingUrl(string meetingId)
Parameters
Type Name Description
String meetingId
Returns
Type Description
String

Extension Methods

EnumUtil.MapEnums<From, To>(From)
ObjectExtensions.AssignByReflection<T>(T, T)
ObjectExtensions.GraphCopy<T>(T)
Converters.MapEnums<From, To>(From)
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top