Skip to content

Commit

Permalink
Merge pull request #83 from OfficeDev/nokafor-patch-1
Browse files Browse the repository at this point in the history
Moved YAML metadata from top-level readme to individual sample readmes
  • Loading branch information
nokafor committed Jul 31, 2019
2 parents 1247787 + af951c6 commit 76229e6
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 28 deletions.
13 changes: 13 additions & 0 deletions BankingAppObjectiveC/readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
---
page_type: sample
products:
- skype
- office-365
languages:
- swift
extensions:
contentType: samples
createdDate: 4/21/2016 10:21:45 AM
scenarios:
- Mobile
---
# Banking App for iOS (Objective C)

This sample app illustrates how to integrate the Skype for Business text chat, audio and video into an iOS application.
Expand Down
15 changes: 14 additions & 1 deletion BankingAppSwift/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
---
page_type: sample
products:
- skype
- office-365
languages:
- swift
extensions:
contentType: samples
createdDate: 4/21/2016 10:21:45 AM
scenarios:
- Mobile
---
# Banking App for iOS (Swift)

This sample app illustrates how to integrate the Skype for Business text chat, audio and video into an iOS application.

##Prerequisites
## Prerequisites

1. Download the [**Skype for Business App SDK for iOS**](https://www.microsoft.com/en-us/download/confirmation.aspx?id=51962).

Expand Down
17 changes: 15 additions & 2 deletions GuestMeetingJoin/readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
---
page_type: sample
products:
- skype
- office-365
languages:
- swift
extensions:
contentType: samples
createdDate: 4/21/2016 10:21:45 AM
scenarios:
- Mobile
---
# Skype for Business IOS SDK - Guest Meeting Join sample

The Guest meeting join sample provides further technology details of you how to join a guest meeting, start chatting, and connect to the audio/video stream of the meeting.

##Prerequisites
## Prerequisites

1. Download the [**Skype for Business App SDK for iOS**](https://www.microsoft.com/en-us/download/confirmation.aspx?id=51962).

Expand Down Expand Up @@ -48,4 +61,4 @@ Here you can view the list of meeting participants identified by name, along wit
- The "Mute/Audio" toggle button to handle outgoing audio.
- The remote participant list is available, with an indication of who is speaking.
- The "Chat" button to go back to **Conversation Screen**.


37 changes: 12 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@
---
page_type: sample
products:
- skype
- office-365
languages:
- swift
extensions:
contentType: samples
createdDate: 4/21/2016 10:21:45 AM
scenarios:
- Mobile
---
# skype-ios-app-sdk-samples

## Banking App Sample
The [Banking app (Objective C)](https://github.com/OfficeDev/skype-ios-app-sdk-samples/tree/master/BankingAppObjectiveC) and
[Banking app (Swift) ](https://github.com/OfficeDev/skype-ios-app-sdk-samples/tree/master/BankingAppSwift)sample demonstrate the SDK being used in a real-world scenario.
This sample will help you get started with Skype for Business SDK API. It uses the ConversationHelper and ChatHandler classes to integrate
Audio/Video and text chat features into the sample application.
## Guest Meeting Join sample
The [Guest meeting join](https://github.com/OfficeDev/skype-ios-app-sdk-samples/tree/master/GuestMeetingJoin) sample provides further technology details of how to join a guest meeting, start chatting, and connect to the audio/video stream of the meeting.


This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
# skype-ios-app-sdk-samples

## Banking App Sample
The [Banking app (Objective C)](https://github.com/OfficeDev/skype-ios-app-sdk-samples/tree/master/BankingAppObjectiveC) and
[Banking app (Swift) ](https://github.com/OfficeDev/skype-ios-app-sdk-samples/tree/master/BankingAppSwift)sample demonstrate the SDK being used in a real-world scenario.
This sample will help you get started with Skype for Business SDK API. It uses the ConversationHelper and ChatHandler classes to integrate
Audio/Video and text chat features into the sample application.
## Guest Meeting Join sample
The [Guest meeting join](https://github.com/OfficeDev/skype-ios-app-sdk-samples/tree/master/GuestMeetingJoin) sample provides further technology details of how to join a guest meeting, start chatting, and connect to the audio/video stream of the meeting.


This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information, see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

0 comments on commit 76229e6

Please sign in to comment.