nextspace
Preparing search index...
utils
buildDirectChannels
Function buildDirectChannels
buildDirectChannels
(
userId
:
string
,
agents
:
AgentChannelConfig
[]
,
preferences
:
Record
<
string
,
boolean
>
,
)
:
{
direct
:
boolean
;
id
?:
string
;
name
:
string
;
participants
?:
{
id
?:
string
}
[]
;
passcode
:
string
|
null
;
}
[]
Parameters
userId
:
string
agents
:
AgentChannelConfig
[]
preferences
:
Record
<
string
,
boolean
>
Returns
{
direct
:
boolean
;
id
?:
string
;
name
:
string
;
participants
?:
{
id
?:
string
}
[]
;
passcode
:
string
|
null
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
nextspace
Loading...