Cohere.makeCall()
.disableInCallPadding
– On mobile, makes the calling popup takes up the entire screen width when the user is currently in a call. Takes in a boolean
(either true
or false
).voiceWindowCollapsedOffset
– Sets the initial offset for the collapsed bubble when in a call. Takes in an offset object: { top?: string, bottom?: string, left?: string, right?: string }
voiceWindowEmbedOffset
– Sets the overall offset for the calling popup. Takes in an offset object: { top?: string, bottom?: string, left?: string, right?: string }
disableInCallPadding
and voiceWindowCollapsedOffset
to makeCall()
: