mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
Add codec debug tests in pysflphone
This commit is contained in:
@ -342,6 +342,19 @@ class SflPhoneCtrlSimple(object):
|
||||
except SflPhoneError, e:
|
||||
print e
|
||||
|
||||
#
|
||||
# Codec manager
|
||||
#
|
||||
|
||||
def getCodecList(self):
|
||||
""" Return the codec list """
|
||||
return self.configurationmanager.getCodecList()
|
||||
|
||||
def getActiveCodecList(self):
|
||||
""" Return the active codec list """
|
||||
return self.configurationmanager.getActiveCodecList()
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Call management
|
||||
|
Reference in New Issue
Block a user