Skip to content

Commit

Permalink
fix version compatibility (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiiq committed Dec 29, 2020
1 parent fbaee3e commit 6274f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session/session.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include "ice.h"

#define SDP_MAX_LEN 2048
static const char *extension_name = "carrier-session";
static const char *extension_name = "session";

#if defined(__ANDROID__)
extern int PJ_JNI_OnLoad(void *vm, void* reserved);
Expand Down

0 comments on commit 6274f0c

Please sign in to comment.