Beispiel #1
0
 //Audio
 internal AudioInStream GetAudioStream(ulong userId)
 {
     return(_audioClient?.GetInputStream(userId));
 }