This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
token_params = DailyMeetingTokenParams( | |
properties=DailyMeetingTokenProperties( | |
room_name="YOUR_ROOM_NAME", | |
enable_recording="cloud", | |
start_cloud_recording=True | |
) | |
) | |
token = await helper.get_token( | |
room_url="https://your-domain.daily.co/YOUR_ROOM_NAME", | |
params=token_params |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class CustomLLMService(AIService): | |
def __init__(self, backend: BackendBase): | |
super().__init__() | |
self.backend = backend | |
def create_context_aggregator( | |
self, | |
context: OpenAILLMContext, | |
*, | |
user_params: LLMUserAggregatorParams = LLMUserAggregatorParams(), |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import threading | |
import time | |
import requests | |
from daily import CallClient, Daily, EventHandler | |
# Get DAILY_API_KEY from the environment | |
DAILY_API_KEY = os.getenv("DAILY_API_KEY") | |
if not DAILY_API_KEY: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from "react"; | |
import { Box, Video } from "#vcs-react/components"; | |
import { useGrid } from "#vcs-react/hooks"; | |
import * as layoutFuncs from "../layouts.js"; | |
import VideoSingle from "./VideoSingle.js"; | |
import decorateVideoSplitItem from "./overrides/decorateVideoSplitItem.js"; | |
import { PositionCorner } from "../constants.js"; | |
import { debug } from "#vcs-stdlib/components"; | |
import { RoomContext } from "#vcs-react/contexts"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react'; | |
import { Box, Video } from '#vcs-react/components'; | |
import { useGrid } from '#vcs-react/hooks'; | |
import * as layoutFuncs from '../layouts.js'; | |
import VideoSingle from './VideoSingle.js'; | |
import decorateVideoSplitItem from './overrides/decorateVideoSplitItem.js'; | |
import { PositionCorner } from '../constants.js'; | |
export default function AugmentedSplit(props) { | |
const { participantDescs = [] } = props; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import * as React from 'react'; | |
import { Box, Video } from '#vcs-react/components'; | |
import { useGrid } from '#vcs-react/hooks'; | |
import * as layoutFuncs from '../layouts.js'; | |
import VideoSingle from './VideoSingle.js'; | |
import decorateVideoSplitItem from './overrides/decorateVideoSplitItem.js'; | |
import { PositionCorner } from '../constants.js'; | |
export default function AugmentedSplit(props) { | |
const { participantDescs = [] } = props; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Get Theme (install themekit here, probably a good idea to copy/paste these commands to the top https://shopify.github.io/themekit/) | |
theme get --password=[your-api-password] --store=[your-store.myshopify.com] --themeid=[your-theme-id] | |
unzip ThemeName.zip | |
cp -R ThemeName/ WhereYourThemeIs/ | |
cd WhereYourThemeIs/ || exit 0 | |
git checkout -b themeChanges | |
git push origin themeChanges |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2021-09-15T15:33:45.998Z","extensionVersion":"v3.4.3"} |
NewerOlder