function setTalk (callId, talk) {
  var options = {callId: callId}
  if (talk !== undefined) {
    options.talk = talk
  }