function setListen (callId, listen) {
  var options = {callId: callId}
  if (listen !== undefined) {
    options.listen = listen
  }