Skip to content

Instantly share code, notes, and snippets.

View raliste's full-sized avatar

Rodrigo Aliste raliste

View GitHub Profile
declare module 'twilio-video' {
// this actually returns a CancelablePromise
export function connect(token: string, options: ConnectOptions): Promise<Room>;
export function createLocalTracks(options?: CreateLocalTracksOptions): Promise<LocalTrack[]>;
export interface ConnectOptions {
name: string;
tracks: (LocalTrack | MediaStreamTrack)[];
}
<VirtualHost *>
ServerName hostsite.com # Do you have this in your /etc/hosts file?? You should add hostsite.com in the line of 127.0.0.1
WSGIScriptAlias / /var/www/ragetext/flask_rage.wsgi
</VirtualHost>