ConferenceServices.GenerateConferenceId Method (Int32)
Generates a syntactically valid conference ID.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Function GenerateConferenceId ( _
conferenceIdLength As Integer _
) As String
'Usage
Dim conferenceIdLength As Integer
Dim returnValue As String
returnValue = ConferenceServices.GenerateConferenceId(conferenceIdLength)
public static string GenerateConferenceId(
int conferenceIdLength
)
Parameters
- conferenceIdLength
Type: System.Int32
The length of the generated conference ID, has to be between 8 and 32 characters.
Return Value
Type: System.String
The generated conference ID