Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
ortp
Merge requests
!198
Refactor CallStats object
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ClémenceHim
requested to merge
feature/refactor-callstats
into
master
9 months ago
Overview
0
Commits
1
Pipelines
0
Changes
1
0
0
Compare
master
master (base)
and
latest version
latest version
1ab69a77
1 commit,
9 months ago
1 file
+
2
−
2
Expand all files
Preferences
Preferences
File browser
List view
Tree view
Compare changes
Inline
Side-by-side
Show whitespace changes
Show one file at a time
include/ortp/event.h
+
2
−
2
Options
View file @ 1ab69a77
Edit in single-file editor
Open in Web IDE
Show full file
@@ -44,7 +44,7 @@ struct _OrtpEventData {
bool_t
dtls_stream_encrypted
;
bool_t
zrtp_stream_encrypted
;
bool_t
ice_processing_successful
;
struct
_
Z
rtp
I
nfo
{
struct
_
z
rtp
_i
nfo
{
char
sas
[
32
];
// up to 31 + null characters
char
incorrect_sas
[
3
][
32
];
// List of 3 half bad SAS. Up to 31 + null characters
bool_t
verified
;
@@ -56,7 +56,7 @@ struct _OrtpEventData {
int
authTagAlgo
;
int
sasAlgo
;
}
zrtp_info
;
struct
_
S
rtp
I
nfo
{
struct
_
s
rtp
_i
nfo
{
bool_t
is_send
;
/**< stream direction this is applied too */
bool_t
is_inner
;
/**< this info applies to inner encryption (in case of SRTP double encryption) */
int
source
;
/**< the source of the key material as defined in MSSrtpKeySource enum in ms_strp.h */
Menu
Explore
Projects
Groups
Topics
Snippets