# oh-sipclient-card - SIP Client Card
SIP Client to start and answer SIP calls
# Usage
Usage is explained at the oh-sipclient component docs.
# Configuration
# Card
# SIP Settings
# iconSize Icon Size INTEGER
Size of the icon(s) in px
# websocketUrl Websocket URL* TEXT
Full URL of the WebRTC SIP websocket, e.g. 'wss://siphost:8089/ws' or relative path, e.g. '/ws', for Android & iOS, you need wss (WebSocket secured)
# domain Domain* TEXT
SIP Domain
# username Username* TEXT
SIP Username
# password Password* TEXT
SIP Password
# enableTones Enable tones BOOLEAN
Enable ringback and ring tone. Not recommended for mobile browsers, might cause issues. Ring tone might only work after interaction with the webpage.
# hideCallerId Hide caller id BOOLEAN
Hides the username of the remote party on incoming call
# phonebook Phonebook* TEXT
Single SIP Address (phone number) for a single call target or a comma-separated list of 'phoneNumber=name' for multiple call targets
# enableVideo Enable Video BOOLEAN
Enable video calling
# enableLocalVideo Enable Local Video View BOOLEAN
Display the local camera on video calls
# defaultVideoAspectRatio Default Aspect Ratio TEXT
Default video aspect ratio used to size the widget before video is loaded. Defaults to 4/3, 16/9 and 1 are common alternatives.
# dtmfString DTMF String TEXT
Display a button to send a preset DTMF string while in calls for remote doors, gates, etc...