Method: PureCloud::RecordingApi#post_localkeys

Defined in:
lib/purecloud/api/recording_api.rb

#post_localkeys(body, opts = {}) ⇒ EncryptionKey

create a local recording key



1465
1466
1467
1468
# File 'lib/purecloud/api/recording_api.rb', line 1465

def post_localkeys(body, opts = {})
  data, status_code, headers = post_localkeys_with_http_info(body, opts)
  return data
end