' Options:
'Date: 2025-05-05 00:19:20
'Version: 8.71
'Tip: To override a DTO option, remove "''" prefix before updating
'BaseUrl: https://team.evovoice.io
'
'''GlobalNamespace:
'''MakePartial: True
'''MakeVirtual: True
'''MakeDataContractsExtensible: False
'''AddReturnMarker: True
'''AddDescriptionAsComments: True
'''AddDataContractAttributes: False
'''AddIndexesToDataMembers: False
'''AddGeneratedCodeAttributes: False
'''AddResponseStatus: False
'''AddImplicitVersion:
'''InitializeCollections: False
'''ExportValueTypes: False
'IncludeTypes: ConferenceSession.*
'''ExcludeTypes:
'''AddNamespaces:
'''AddDefaultXmlNamespace: http://schemas.servicestack.net/types
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Sessions
Namespace Global
Namespace Voice.Api.Sessions
'''
'''Moves the specified session into a conference room by name
'''
Public Partial Class ConferenceSession
Implements IReturnVoid
Implements IPost
'''
'''The ID of the session that is being moved
'''
Public Overridable Property SessionId As String
'''
'''The sid of the active call that is on the voice device
'''
Public Overridable Property CallSid As String
'''
'''The name of the conference room
'''
Public Overridable Property QueueName As String
End Class
End Namespace
End Namespace