Preparing search index...
The search index is not available
RevKit Documentation
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Modules
Rev
Kit
Documentation
revkit
![RevKit logo](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png)
API
revkit/commandeer
![RevKit logo](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png)
revkit/voice
![RevKit logo](https://raw.githubusercontent.com/Revolt-Unofficial-Clients/revkit/master/revkit-header.png)
Voice
Consumer
An incoming stream from a participant.
audio?
RevKit Documentation
revkit/voice
VoiceConsumer
Interface VoiceConsumer<P>
An incoming stream from a participant.
Type Parameters
P
extends
MSCPlatform
Hierarchy
VoiceConsumer
Index
Properties
audio?
Properties
Optional
audio
audio
?:
{
callback
:
(
(
)
=>
any
)
;
consumer
:
P
extends
"node"
?
Consumer
:
Consumer
<
AppData
>
;
}
Type declaration
callback
:
(
(
)
=>
any
)
(
)
:
any
Returns
any
consumer
:
P
extends
"node"
?
Consumer
:
Consumer
<
AppData
>
An incoming stream from a participant.