Skip to content

Commit

Permalink
Merge pull request #588 from 64characters/codecs
Browse files Browse the repository at this point in the history
Codecs
  • Loading branch information
eofster authored Apr 22, 2020
2 parents aba28e3 + 3d3d30c commit 6f77de4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Telephone/AKSIPUserAgent.m
Original file line number Diff line number Diff line change
Expand Up @@ -820,13 +820,13 @@ - (NSUInteger)priorityForCodec:(NSString *)identifier {
priorities = @{
@"speex/16000/1": @(130),
@"speex/8000/1": @(129),
@"speex/32000/1": @(128),
@"opus/48000/2": @(127),
@"iLBC/8000/1": @(126),
@"GSM/8000/1": @(125),
@"PCMA/8000/1": @(124),
@"PCMU/8000/1": @(123),
@"G722/16000/1": @(122)
@"opus/48000/2": @(128),
@"G722/16000/1": @(127),
@"PCMA/8000/1": @(126),
@"PCMU/8000/1": @(125),
@"speex/32000/1": @(0),
@"iLBC/8000/1": @(0),
@"GSM/8000/1": @(0)
};
});

Expand Down

0 comments on commit 6f77de4

Please sign in to comment.