This topic has not yet been rated - Rate this topic

se:voice

Describes attributes of the voice endpoint device, if it exists.

<voice uri="..." render="..." capture="..." publish="..." version="..." deviceAvailability="..." />

Attribute Data Type Description

uri

xs:anyURI

Optional

render

xs:Boolean

Optional with default="false"

capture

xs:Boolean

Optional with default="false"

publish

xs:Boolean

Optional with default="false"

version

xs:unsignedInt

Optional with default="0"

deviceAvailability

xs:unsignedInt

Optional

preferred

xs:boolean

Specifies whether the device is preferred (true) or not (false). This attribute is optional. Its default value is false.

preferredEndpointId

xs:string

Specifies the ID of the preferred endpoint. Optional.

Element Description

se:capabilities

The capabilities element.

XML Example 1 of the voice Element

<voice uri="alice@contoso.com" render="true" publish="true" />

XML Example 2 of the voice Element

<voice publish="true" />

XML Example 3 of the voice Element

<voice uri="alice@contoso.com" />

XML Example 4 of the voice Element

<voice publish="true" deviceAvailability="3500"></voice>
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.