BotSharp/tests/BotSharp.Test.RealtimeVoice/Enums/SessionMode.cs

8 lines
120 B
C#
Raw Permalink Normal View History

2025-05-02 18:57:03 +00:00
namespace BotSharp.Test.RealtimeVoice.Enums;
internal enum SessionMode
{
StreamChannel = 1,
CustomStream = 2
}