Skip to content

Commit

Permalink
public にする
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Sep 12, 2023
1 parent 9b1a8e4 commit 8267025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sora/Sora.cs
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ public string ConnectedSignalingURL
[DllImport(DllName)]
private static extern void sora_get_connected_signaling_url(IntPtr p, [Out] byte[] buf, int size);

class AudioOutputHelper : IDisposable
public class AudioOutputHelper : IDisposable
{
private delegate void ChangeRouteCallbackDelegate(IntPtr userdata);

Expand Down

0 comments on commit 8267025

Please sign in to comment.