Skip to content

orval/rc-conf-dial

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

rc-conf-dial

This is a collection of AppleScript, er, scripts to make it a bit easier to join RingCentral conference calls and meetings (screen shares).

The first one is autodial.scpt, which dials into a conference line, and takes two parameters:

  • a phone number
  • a conference code

I keep this file in my path, along with simple shell scripts like e.g. dave-voice:

#!/bin/sh
autodial.scpt 1234567890 123456789

and the second is joinmeeting.scpt, which joins a screen sharing meeting, and takes one parameter:

  • the meeting id

dave-screen:

#!/bin/sh
joinmeeting.scpt 123456789

About

RingCentral conference dialing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • AppleScript 100.0%