setPrimaryRTCServerProperties

Sets the connection properties for a given community.

Syntax

setPrimaryRTCServerProperties communityName, attributes
TypeValue
ParameterData type 
communityNamestring 
attributeshash string 

Purpose

The setPrimaryRTCServerProperties command sets the connection properties for a given community.

Sample

set ons [$AdminControl completeObjectName type=RTCAdminMbean,*]
set s {hostname=example.com,port=15,transport=TLS,customProperties=[{name=A,value=B}]}
$AdminControl invoke $ons setPrimaryRTCServerProperties "GE {$s}"