Set Chat Screen
You can set the position, size, and more of the chat screen by calling the Chat Screen initialization function.
Last updated
You can set the position, size, and more of the chat screen by calling the Chat Screen initialization function.
Last updated
show
boolean
true
Whether to display the chat screen
X
width
double
300
Chat screen width px
X
height
double
Chat screen height px
X
messages_height_ratio
double
0.5
Applies when the message type is inside the Avatar Streaming screen
Height ratio of the Chat Screen to the total screen height
X
radius
double
0
Roundness of corners for the chat screen border
X
align
String
center
Align the chat screen
start
: Top align
center
: Center align
end
: Bottom align
X
type
String
inside
Chat screen position
inside
: Inside the avatar streaming screen
left
: Left side of the avatar streaming screen
right
: Right side of the avatar streaming screen
X