DialStyle

DialStyles are formats for generating one-string dial strings. There are two built-in DialStyles that can be used without any additional provisioning: ANNEX_O uses the format {meetingid}.{passcode}@{host} IP_PLUS uses the format {host}##{meetingid}#{passcode}
{ "formatWithPasscode": "{meetingid}.{passcode}@{host}", "formatWithoutPasscode": "{meetingid}@{host}", "id": "ANNEX_O", "meetMeHost": null, "name": "ANNEX_O", "skypeForBusinessFormat": null, "skypeForBusinessHost": null }

Properties

formatWithPasscode

Format for generating a one-string dial string for a meeting with a passcode. Available variables are {meetingid}, {passcode}, and {host}.

formatWithoutPasscode

Format for generating a one-string dial string for a meeting without a passcode. Available variables are {meetingid} and {host}.

id

Generated automatically when the entity is created, and cannot be changed.

meetMeHost

Bluejeans meet me custom host.

name

A descriptive name for the DialStyle. Use this as the value of an Endpoint's dialStyle property.

skypeForBusinessFormat

Skype for Business format for generating a one-string dial string for a meeting. Available variables are {meetingid}, {passcode}, and {host}.

skypeForBusinessHost

Skype for Business custom host.