Skip to content

Commit

Permalink
Obsolete globals
Browse files Browse the repository at this point in the history
  • Loading branch information
SakulFlee committed Dec 19, 2023
1 parent ee45015 commit 8c64d2a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Godot Project/addons/webrtc_sipsorcery/WebRTCPeer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,7 @@
[GlobalClass]
public partial class WebRTCPeer : Node
{
#region Globals
/// <summary>
/// The main (default) channel ID.
/// </summary>
public static readonly ushort MAIN_CHANNEL_ID = 0;

/// <summary>
/// The main (default) channel name.
/// </summary>
public static readonly string MAIN_CHANNEL_NAME = "main";
#endregion

#region Exports
[Export]
public bool AutoInitialize = true;

/// <summary>
/// List of ICE Servers.
/// This can be STUN or TURN servers.
Expand Down

0 comments on commit 8c64d2a

Please sign in to comment.